- commit
- 7e6d1a332ecb40b8ec699dc894a84bb771084316
- parent
- 110245f75f3ac5662ef0bba6a6caef2425e22c7e
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2020-05-14 05:58
show context menu item in more contexts
Diffstat
| M | bg.js | 2 | +- |
1 files changed, 1 insertions, 1 deletions
diff --git a/bg.js b/bg.js
@@ -2,7 +2,7 @@ 2 2 3 3 chrome.contextMenus.create({ 4 4 title: 'read later',5 -1 contexts: ['page'],-1 5 contexts: ['page', 'selection', 'editable', 'image', 'tab'], 6 6 onclick: function(info, tab) { 7 7 pushBookmark(tab, function() { 8 8 chrome.tabs.remove(tab.id);