Contextmenu Bookmark Link

Adds links to bookmarks via the contextmenu.

What is Contextmenu Bookmark Link?

Contextmenu Bookmark Link is a Chrome extension developed by auzwang, and its main feature is "Adds links to bookmarks via the contextmenu.".

Extension Screenshots

screenshot

Download Contextmenu Bookmark Link Extension CRX File

Download Contextmenu Bookmark Link 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

                        Adds a simple "Bookmark link" entry to Chrome's context-menu (right-click menu), reminiscent of the Firefox functionality. Bookmarked links will be saved to Chrome's Other Bookmarks folder.                    

Extension Basic Information

Name Contextmenu Bookmark Link Contextmenu Bookmark Link
ID oojdfdpcddiefnhfhiblmhgjgmafkhkm
Official URL https://chromewebstore.google.com/detail/contextmenu-bookmark-link/oojdfdpcddiefnhfhiblmhgjgmafkhkm
Description Adds links to bookmarks via the contextmenu.
File Size 6.44 KB
Installation Count 158
Current Version 0.2
Last Updated 2013-12-23
Publish Date 2013-12-22
Rating 2.43/5 Total 7 Ratings
Developer auzwang
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Contextmenu Bookmark Link",
    "version": "0.2",
    "description": "Adds links to bookmarks via the contextmenu.",
    "author": "Zhe Wang",
    "background": {
        "scripts": [
            "bookmarklink.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "contextMenus",
        "bookmarks"
    ]
}