-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for opening archived pages, links and images via the cont…
…ext menu (#144) Adds support for opening archived versions of pages, links and images via the context menu. Each context menu item can be enabled or disabled via the options page. * [settings.js] Add 'contextMenuArchive' options to defaults * [messages.json][en] Add messages for 'ViewArchived' context menu options * [options.html] Add checkboxes for view archived options * [options.html] Add title attribute to checkbox labels * [options.js] Add support for 'contextMenuViewArchived' options * [background.js] Update contextMenus() * [background.js] Update browser.contextMenus.onClicked callback
- Loading branch information
1 parent
42183b3
commit 2f9efe8
Showing
5 changed files
with
133 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters