Context Menu Bookmarks

Use bookmarks and bookmarklets from the context menu.

Vad är Context Menu Bookmarks?

Context Menu Bookmarks är en Chrome-tillägg utvecklad av UziTech, och dess huvudfunktion är "Use bookmarks and bookmarklets from the context menu.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Context Menu Bookmarks-förlängningens CRX-fil

Ladda ner Context Menu Bookmarks-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Context Menu Bookmarks Context Menu Bookmarks
ID cbdjbceefoomlmgnbhpodmeldoihbaim
Officiell webbadress https://chromewebstore.google.com/detail/context-menu-bookmarks/cbdjbceefoomlmgnbhpodmeldoihbaim
Beskrivning Use bookmarks and bookmarklets from the context menu.
Filstorlek 8.31 KB
Antal Installationer 643
Aktuell Version 2.2.0
Senast Uppdaterad 2015-05-12
Publiceringsdatum 2015-05-12
Betyg 4.00/5 Totalt 15 Betyg
Utvecklare UziTech
Betalningssätt free
Tilläggswebbplats https://github.com/UziTech/ContextMenuBookmarks
Stödda Språk 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
}