Merge pull request #300 from usk/feature/open-clipboard's-url

open clipboard's URL in current/new tab
This commit is contained in:
Shin'ya Ueoka 2018-01-13 12:10:14 +00:00 committed by GitHub
commit be1f8e4d71
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 39 additions and 3 deletions

View file

@ -63,6 +63,8 @@ const exec = (operation, repeat, settings) => {
type: messages.CONSOLE_SHOW_INFO,
text: 'Current url yanked',
});
case operations.URLS_PASTE:
return urls.paste(window, operation.newTab ? operation.newTab : false);
default:
browser.runtime.sendMessage({
type: messages.BACKGROUND_OPERATION,