No History

Disables history logging

Was ist No History?

No History ist eine Chrome-Erweiterung, die von KVSoftware entwickelt wurde, und ihr Hauptmerkmal ist "Disables history logging".

Erweiterungsscreenshots

screenshot

No History-Erweiterungs-CRX-Datei herunterladen

Laden Sie No History-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

                        With No History your history page will always be blank, so dont worry and keep up browsing.
This extension just clears the entire history when Chrome add something there. It's fast and simple.
No configurations, no address bar icons - just install and forget about it.
-------------
PLEASE NOTE:
1. After you install this extension all your history will be cleared immidiately.
2. This extension clears only "History" page, the "Most visited" and "Recently closed" sections in the new tab won't be cleared. This is limitation of current history API. You may use something like "Speed Dial" to override the new tab page.                    

Grundlegende Informationen zur Erweiterung

Name No History No History
ID hdifnhiliocdiomkphonngpedadhinof
Offizielle URL https://chromewebstore.google.com/detail/no-history/hdifnhiliocdiomkphonngpedadhinof
Beschreibung Disables history logging
Dateigröße 33.09 KB
Installationsanzahl 10,000
Aktuelle Version 1.0.1
Letztes Update 2013-08-06
Veröffentlichungsdatum 2013-08-06
Bewertung 3.55/5 Insgesamt 146 Bewertungen
Entwickler KVSoftware
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "No History",
    "description": "Disables history logging",
    "version": "1.0.1",
    "icons": {
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "history"
    ],
    "background": {
        "scripts": [
            "no_history.js"
        ],
        "persistent": false
    }
}