Site Manager

History, Bookmarks and Cookies management for a current web page

Cos'è Site Manager?

Site Manager è un'estensione di Chrome sviluppata da Andrew Kamenchuk, e la sua funzione principale è "History, Bookmarks and Cookies management for a current web page".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Site Manager

Scarica i file di estensione Site Manager 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

                        Allows you to manage history, bookmarks and cookies for a current web page.                    

Informazioni di Base sull'Estensione

Nome Site Manager Site Manager
ID lhcegedjbcofpcjkldppeeomjekpkjec
URL Ufficiale https://chromewebstore.google.com/detail/site-manager/lhcegedjbcofpcjkldppeeomjekpkjec
Descrizione History, Bookmarks and Cookies management for a current web page
Dimensione del File 21.94 KB
Conteggio Installazioni 96
Versione Corrente 1.1.2
Ultimo Aggiornamento 2017-03-20
Data di Pubblicazione 2017-03-20
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Andrew Kamenchuk
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/andrew-kamenchuk/sm-chrome-popup
URL della Pagina di Aiuto https://github.com/andrew-kamenchuk/sm-chrome-popup/issues
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Site Manager",
    "description": "History, Bookmarks and Cookies management for a current web page",
    "version": "1.1.2",
    "minimum_chrome_version": "57",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "history",
        "bookmarks",
        "cookies",
        "contextMenus",
        ""
    ]
}