Context Menu Bookmarks

Use bookmarks and bookmarklets from the context menu.

Qu'est-ce que Context Menu Bookmarks ?

Context Menu Bookmarks est une extension Chrome développée par UziTech, et sa fonction principale est "Use bookmarks and bookmarklets from the context menu.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Context Menu Bookmarks

Téléchargez les fichiers d'extension Context Menu Bookmarks au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Context Menu Bookmarks Context Menu Bookmarks
ID cbdjbceefoomlmgnbhpodmeldoihbaim
URL Officiel https://chromewebstore.google.com/detail/context-menu-bookmarks/cbdjbceefoomlmgnbhpodmeldoihbaim
Description Use bookmarks and bookmarklets from the context menu.
Taille du Fichier 8.31 KB
Nombre d'Installations 643
Version Actuelle 2.2.0
Dernière Mise à Jour 2015-05-12
Date de Publication 2015-05-12
Évaluation 4.00/5 Total 15 Évaluations
Développeur UziTech
Type de Paiement free
Site Web de l'Extension https://github.com/UziTech/ContextMenuBookmarks
Langues Prises en Charge 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
}