SiteBookmarks

View your bookmarks on the current site from the context (right-click) menu.

Qu'est-ce que SiteBookmarks ?

SiteBookmarks est une extension Chrome développée par https://site.simonandrewbrown.co.uk, et sa fonction principale est "View your bookmarks on the current site from the context (right-click) menu.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension SiteBookmarks

Téléchargez les fichiers d'extension SiteBookmarks 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

                        Adds a context-menu item listing all your bookmarks on the current site. If you have a lot of bookmarks, this makes it easier to go to your favourite pages on the specific site without hunting through your bookmarks.

Source code:
https://github.com/simonbrown/Site-Bookmarks                    

Informations de Base sur l'Extension

Nom SiteBookmarks SiteBookmarks
ID mijccbhecmjbiepdfpbnknpjeiggnomn
URL Officiel https://chromewebstore.google.com/detail/sitebookmarks/mijccbhecmjbiepdfpbnknpjeiggnomn
Description View your bookmarks on the current site from the context (right-click) menu.
Taille du Fichier 49.92 KB
Nombre d'Installations 91
Version Actuelle 1.6
Dernière Mise à Jour 2012-11-05
Date de Publication 2012-11-05
Évaluation 4.18/5 Total 11 Évaluations
Développeur https://site.simonandrewbrown.co.uk
Type de Paiement free
Site Web de l'Extension http://www.isimonbrown.co.uk/contact/
URL de la Page d'Aide http://www.isimonbrown.co.uk/contact/
Langues Prises en Charge en-GB
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SiteBookmarks",
    "description": "View your bookmarks on the current site from the context (right-click) menu.",
    "version": "1.6",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "main.js"
        ]
    },
    "permissions": [
        "bookmarks",
        "contextMenus"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "options_page": "options.html",
    "minimum_chrome_version": "20.0"
}