nohistory

Easily trigger history logging on/off

Hvad er nohistory?

nohistory er en Chrome-udvidelse udviklet af https://sites.google.com/site/tredashx, og dens hovedfunktion er "Easily trigger history logging on/off".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download nohistory-udvidelses-CRX-fil

Download nohistory-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn nohistory nohistory
ID ekilnbdikdapophfmkflnpphpcnpffff
Officiel URL https://chromewebstore.google.com/detail/nohistory/ekilnbdikdapophfmkflnpphpcnpffff
Beskrivelse Easily trigger history logging on/off
Filstørrelse 29.65 KB
Antal Installationer 654
Nuværende Version 1.0.0
Senest Opdateret 2019-12-22
Udgivelsesdato 2019-12-21
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler https://sites.google.com/site/tredashx
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/tre-x/nohistory
Hjælpeside-URL https://sites.google.com/site/tredashx/
Understøttede Sprog 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"
    ]
}