nohistory

Easily trigger history logging on/off

Cos'è nohistory?

nohistory è un'estensione di Chrome sviluppata da https://sites.google.com/site/tredashx, e la sua funzione principale è "Easily trigger history logging on/off".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione nohistory

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

                        Simple & open-source chrome extension that can easily trigger logging your website history on or off. See more: https://github.com/tre-x/nohistory                    

Informazioni di Base sull'Estensione

Nome nohistory nohistory
ID ekilnbdikdapophfmkflnpphpcnpffff
URL Ufficiale https://chromewebstore.google.com/detail/nohistory/ekilnbdikdapophfmkflnpphpcnpffff
Descrizione Easily trigger history logging on/off
Dimensione del File 29.65 KB
Conteggio Installazioni 654
Versione Corrente 1.0.0
Ultimo Aggiornamento 2019-12-22
Data di Pubblicazione 2019-12-21
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore https://sites.google.com/site/tredashx
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/tre-x/nohistory
URL della Pagina di Aiuto https://sites.google.com/site/tredashx/
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "nohistory",
    "description": "Easily trigger history logging on\/off",
    "version": "1.0.0",
    "author": "tre-x",
    "browser_action": {
        "default_icon": {
            "16": "16.png",
            "48": "48.png",
            "128": "128.png"
        }
    },
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "background": {
        "scripts": [
            "main.js"
        ]
    },
    "permissions": [
        "history"
    ]
}