No history

Blank history page

Vad är No history?

No history är en Chrome-tillägg utvecklad av Ivan Simonov, och dess huvudfunktion är "Blank history page".

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

                        This extension allows you to hide the history of the browser from strangers. The history is not deleted, it just hides an empty page. If you want to see again the history of your visits, just disable this extension.                    

Grundläggande Information om Tillägg

Namn No history No history
ID pfbelnomjenigaabnpfanbkmhjclgbdi
Officiell webbadress https://chromewebstore.google.com/detail/no-history/pfbelnomjenigaabnpfanbkmhjclgbdi
Beskrivning Blank history page
Filstorlek 20.51 KB
Antal Installationer 374
Aktuell Version 1.0.2
Senast Uppdaterad 2017-09-14
Publiceringsdatum 2017-09-14
Utvecklare Ivan Simonov
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "chrome_url_overrides": {
        "history": "index.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "description": "Blank history page",
    "manifest_version": 2,
    "minimum_chrome_version": "29",
    "name": "No history",
    "offline_enabled": true,
    "version": "1.0.2"
}