Bookmark Updater

A button that quickly updates the closest bookmark found to the open tab.

Cos'è Bookmark Updater?

Bookmark Updater è un'estensione di Chrome sviluppata da alexander.bruun, e la sua funzione principale è "A button that quickly updates the closest bookmark found to the open tab.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Bookmark Updater

Scarica i file di estensione Bookmark Updater in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Update existing bookmarks while surfing the web, and create new bookmarks if your current tab doesn't match any of your saved bookmarks.                    

Informazioni di Base sull'Estensione

Nome Bookmark Updater Bookmark Updater
ID hjhffdgfjfkkjnllljaidejgbhhldice
URL Ufficiale https://chromewebstore.google.com/detail/bookmark-updater/hjhffdgfjfkkjnllljaidejgbhhldice
Descrizione A button that quickly updates the closest bookmark found to the open tab.
Dimensione del File 7.8 KB
Conteggio Installazioni 24
Versione Corrente 1.1.0
Ultimo Aggiornamento 2022-02-19
Data di Pubblicazione 2021-01-12
Valutazione 4.00/5 Totale 2 Valutazioni
Sviluppatore alexander.bruun
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "author": "Alexander Bruun",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bookmark Updater",
    "description": "A button that quickly updates the closest bookmark found to the open tab.",
    "version": "1.1.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "bookmarks",
        "tabs"
    ],
    "browser_action": {
        "default_title": "Bookmark Updater",
        "default_icon": "icon.png"
    },
    "offline_enabled": true
}