No History

Disables history logging

Vad är No History?

No History är en Chrome-tillägg utvecklad av KVSoftware, och dess huvudfunktion är "Disables history logging".

Tilläggsskärmbilder

screenshot

Ladda ner No History-förlängningens CRX-fil

Ladda ner No History-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn No History No History
ID hdifnhiliocdiomkphonngpedadhinof
Officiell webbadress https://chromewebstore.google.com/detail/no-history/hdifnhiliocdiomkphonngpedadhinof
Beskrivning Disables history logging
Filstorlek 33.09 KB
Antal Installationer 10,000
Aktuell Version 1.0.1
Senast Uppdaterad 2013-08-06
Publiceringsdatum 2013-08-06
Betyg 3.55/5 Totalt 146 Betyg
Utvecklare KVSoftware
Betalningssätt free
Stödda Språk 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
    }
}