Context Menu Bookmarks

Use bookmarks and bookmarklets from the context menu.

What is Context Menu Bookmarks?

Context Menu Bookmarks is a Chrome extension developed by UziTech, and its main feature is "Use bookmarks and bookmarklets from the context menu.".

Extension Screenshots

screenshot
screenshot

Download Context Menu Bookmarks Extension CRX File

Download Context Menu Bookmarks 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

                        Your bookmarks and bookmarklets are just a (right) click away.

Have you ever wanted to use a bookmarklet on a pinned site. Well now you can.

This extension allows you to view your bookmarks and bookmarklets in the right-click context menu.                    

Extension Basic Information

Name Context Menu Bookmarks Context Menu Bookmarks
ID cbdjbceefoomlmgnbhpodmeldoihbaim
Official URL https://chromewebstore.google.com/detail/context-menu-bookmarks/cbdjbceefoomlmgnbhpodmeldoihbaim
Description Use bookmarks and bookmarklets from the context menu.
File Size 8.31 KB
Installation Count 643
Current Version 2.2.0
Last Updated 2015-05-12
Publish Date 2015-05-12
Rating 4.00/5 Total 15 Ratings
Developer UziTech
Payment Type free
Extension Website https://github.com/UziTech/ContextMenuBookmarks
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Context Menu Bookmarks",
    "short_name": "Ctx Bookmarks",
    "version": "2.2.0",
    "description": "Use bookmarks and bookmarklets from the context menu.",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "bookmarks",
        "contextMenus",
        "activeTab"
    ],
    "manifest_version": 2
}