Update current bookmark

Right click on a link to update the current bookmark

Wat is Update current bookmark?

Update current bookmark is een Chrome-extensie ontwikkeld door https://sokolov.cc, en de belangrijkste functie is "Right click on a link to update the current bookmark".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Update current bookmark

Download Update current bookmark-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam Update current bookmark Update current bookmark
ID gkmnkpgaimaillhhejdbkkgopfgoldoh
Officiële URL https://chromewebstore.google.com/detail/update-current-bookmark/gkmnkpgaimaillhhejdbkkgopfgoldoh
Beschrijving Right click on a link to update the current bookmark
Bestandsgrootte 15.88 KB
Aantal Installaties 49
Huidige Versie 1.0.0
Laatst Bijgewerkt 2016-04-23
Publicatiedatum 2016-04-23
Beoordeling 4.50/5 Totaal 2 Beoordelingen
Ontwikkelaar https://sokolov.cc
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/denis-sokolov/update-current-bookmark
Help Pagina-URL https://github.com/denis-sokolov/update-current-bookmark/issues
Ondersteunde Talen 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"
    ]
}