Link Bookmarker
Bookmark Links From Context Menus
What is Link Bookmarker?
Link Bookmarker is a Chrome extension developed by Daniel Herr, and its main feature is "Bookmark Links From Context Menus".
Extension Screenshots
Download Link Bookmarker Extension CRX File
Download Link Bookmarker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension create a bookmark from a link's context menu.
Extension Basic Information
Name | Link Bookmarker |
ID | gafefghkifeldfajneckpibmedjjcdkl |
Official URL | https://chromewebstore.google.com/detail/link-bookmarker/gafefghkifeldfajneckpibmedjjcdkl |
Description | Bookmark Links From Context Menus |
File Size | 5.87 KB |
Installation Count | 125 |
Current Version | 2 |
Last Updated | 2016-01-29 |
Publish Date | 2016-01-29 |
Rating | 1.00/5 Total 1 Ratings |
Developer | Daniel Herr |
[email protected] | |
Payment Type | free |
Extension Website | https://danielherr.github.io/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Link Bookmarker", "version": "2", "description": "Bookmark Links From Context Menus", "icons": { "128": "icon.png" }, "author": "Daniel Herr", "background": { "scripts": [ "background.js" ], "persistent": false }, "homepage_url": "https:\/\/chrome.google.com\/webstore\/search\/Daniel%20Herr", "offline_enabled": true, "options_page": "options.html", "permissions": [ "storage", "contextMenus", "bookmarks" ] } |