History Disabler
Disable history in Chrome by deleting history when responsible tabs are closed.
Vad är History Disabler?
History Disabler är en Chrome-tillägg utvecklad av Aaron Horler, och dess huvudfunktion är "Disable history in Chrome by deleting history when responsible tabs are closed.".
Tilläggsskärmbilder
Ladda ner History Disabler-förlängningens CRX-fil
Ladda ner History Disabler-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
                        Disable browsing history in Chrome by deleting history as you close tabs.
WARNING - This extension will remove ALL of your browsing history. Do no install this extension if you wish to selectively keep any, or all, of your history.
GitHub source - https://github.com/aghorler/History-Disabler-for-Chromium
CHANGELOG 
2.1.0 - Add legacy (pre-2.0.2) functionality to appease some users.
2.0.2 - Resolve an issue with Chrome's back/forward navigation functionality.
1.6.1 - Automatic option saving.
1.5.2 - New option to retain 'Recently closed' tabs for a session, as per user request.
1.5.1 - GitHub username change, very minor fixes.
1.5 - New download history option, new icon, and other minor fixes.                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | idfabmmfgdfcjehenodijniddhhgodgo | 
| Officiell webbadress | https://chrome.google.com/webstore/detail/idfabmmfgdfcjehenodijniddhhgodgo | 
| Beskrivning | Disable history in Chrome by deleting history when responsible tabs are closed. | 
| Filstorlek | 11.44 KB | 
| Antal Installationer | 11,595 | 
| Aktuell Version | 2.1.0 | 
| Senast Uppdaterad | 2018-07-14 | 
| Publiceringsdatum | 2018-07-14 | 
| Betyg | 4.03/5 Totalt 65 Betyg | 
| Utvecklare | Aaron Horler | 
| E-post | [email protected] | 
| Betalningssätt | free | 
| Tilläggswebbplats | https://github.com/aghorler/History-Disabler-for-Chromium | 
| Hjälpsida URL | https://github.com/aghorler/History-Disabler-for-Chromium/blob/master/DOCUMENTATION.md#documentation | 
| URL till Sekretesspolicy Sidan | https://aaronhorler.com/privacy.txt | 
| Stödda Språk | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "History Disabler",
    "version": "2.1.0",
    "manifest_version": 2,
    "description": "Disable history in Chrome by deleting history when responsible tabs are closed.",
    "background": {
        "scripts": [
            "\/js\/background.js"
        ],
        "persistent": true
    },
    "icons": {
        "128": "\/img\/icon128.png"
    },
    "options_ui": {
        "page": "\/html\/options.html",
        "chrome_style": true,
        "open_in_tab": false
    },
    "permissions": [
        "browsingData",
        "history",
        "downloads",
        "storage",
        "tabs"
    ]
}  |  |