Update current bookmark

Right click on a link to update the current bookmark

Qu'est-ce que Update current bookmark ?

Update current bookmark est une extension Chrome développée par https://sokolov.cc, et sa fonction principale est "Right click on a link to update the current bookmark".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Update current bookmark

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

                                            

Informations de Base sur l'Extension

Nom Update current bookmark Update current bookmark
ID gkmnkpgaimaillhhejdbkkgopfgoldoh
URL Officiel https://chromewebstore.google.com/detail/update-current-bookmark/gkmnkpgaimaillhhejdbkkgopfgoldoh
Description Right click on a link to update the current bookmark
Taille du Fichier 15.88 KB
Nombre d'Installations 49
Version Actuelle 1.0.0
Dernière Mise à Jour 2016-04-23
Date de Publication 2016-04-23
Évaluation 4.50/5 Total 2 Évaluations
Développeur https://sokolov.cc
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/denis-sokolov/update-current-bookmark
URL de la Page d'Aide https://github.com/denis-sokolov/update-current-bookmark/issues
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extension_name__",
    "version": "1.0.0",
    "default_locale": "en",
    "description": "__MSG_extension_description__",
    "icons": {
        "16": "src\/icons\/chain-star.png",
        "48": "src\/icons\/chain-star.png",
        "128": "src\/icons\/chain-star.png"
    },
    "background": {
        "scripts": [
            "src\/context-menu.js"
        ],
        "persistent": false
    },
    "permissions": [
        "contextMenus",
        "declarativeContent"
    ],
    "optional_permissions": [
        "bookmarks"
    ]
}