History Disabler
Disable history in Chrome by deleting history when responsible tabs are closed.
Apa itu History Disabler?
History Disabler adalah ekstensi Chrome yang dikembangkan oleh Aaron Horler, dan fitur utamanya adalah "Disable history in Chrome by deleting history when responsible tabs are closed.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi History Disabler
Unduh file ekstensi History Disabler dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | History Disabler |
ID | idfabmmfgdfcjehenodijniddhhgodgo |
URL Resmi | https://chrome.google.com/webstore/detail/idfabmmfgdfcjehenodijniddhhgodgo |
Deskripsi | Disable history in Chrome by deleting history when responsible tabs are closed. |
Ukuran File | 11.44 KB |
Jumlah Instalasi | 11,595 |
Versi Saat Ini | 2.1.0 |
Terakhir Diperbarui | 2018-07-14 |
Tanggal Publikasi | 2018-07-14 |
Penilaian | 4.03/5 Total 65 Penilaian |
Pengembang | Aaron Horler |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/aghorler/History-Disabler-for-Chromium |
URL Halaman Bantuan | https://github.com/aghorler/History-Disabler-for-Chromium/blob/master/DOCUMENTATION.md#documentation |
URL Halaman Kebijakan Privasi | https://aaronhorler.com/privacy.txt |
Bahasa yang Didukung | 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" ] } |