Update current bookmark

Right click on a link to update the current bookmark

Was ist Update current bookmark?

Update current bookmark ist eine Chrome-Erweiterung, die von https://sokolov.cc entwickelt wurde, und ihr Hauptmerkmal ist "Right click on a link to update the current bookmark".

Erweiterungsscreenshots

screenshot

Update current bookmark-Erweiterungs-CRX-Datei herunterladen

Laden Sie Update current bookmark-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                                            

Grundlegende Informationen zur Erweiterung

Name Update current bookmark Update current bookmark
ID gkmnkpgaimaillhhejdbkkgopfgoldoh
Offizielle URL https://chromewebstore.google.com/detail/update-current-bookmark/gkmnkpgaimaillhhejdbkkgopfgoldoh
Beschreibung Right click on a link to update the current bookmark
Dateigröße 15.88 KB
Installationsanzahl 49
Aktuelle Version 1.0.0
Letztes Update 2016-04-23
Veröffentlichungsdatum 2016-04-23
Bewertung 4.50/5 Insgesamt 2 Bewertungen
Entwickler https://sokolov.cc
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/denis-sokolov/update-current-bookmark
Hilfeseite URL https://github.com/denis-sokolov/update-current-bookmark/issues
Unterstützte Sprachen 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"
    ]
}