nohistory

Easily trigger history logging on/off

Was ist nohistory?

nohistory ist eine Chrome-Erweiterung, die von https://sites.google.com/site/tredashx entwickelt wurde, und ihr Hauptmerkmal ist "Easily trigger history logging on/off".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

nohistory-Erweiterungs-CRX-Datei herunterladen

Laden Sie nohistory-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name nohistory nohistory
ID ekilnbdikdapophfmkflnpphpcnpffff
Offizielle URL https://chromewebstore.google.com/detail/nohistory/ekilnbdikdapophfmkflnpphpcnpffff
Beschreibung Easily trigger history logging on/off
Dateigröße 29.65 KB
Installationsanzahl 654
Aktuelle Version 1.0.0
Letztes Update 2019-12-22
Veröffentlichungsdatum 2019-12-21
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler https://sites.google.com/site/tredashx
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/tre-x/nohistory
Hilfeseite URL https://sites.google.com/site/tredashx/
Unterstützte Sprachen 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"
    ]
}