History Disabler
Disable history in Chrome by deleting history when responsible tabs are closed.
什麼是History Disabler?
History Disabler是由Aaron Horler開發的Chrome擴展程式,該擴展的主要功能是“Disable history in Chrome by deleting history when responsible tabs are closed.”。
擴展截圖
下載History Disabler擴展crx文件
下載History Disabler擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | History Disabler |
ID | idfabmmfgdfcjehenodijniddhhgodgo |
官方網址 | https://chrome.google.com/webstore/detail/idfabmmfgdfcjehenodijniddhhgodgo |
簡介 | Disable history in Chrome by deleting history when responsible tabs are closed. |
檔案大小 | 11.44 KB |
安裝次數 | 11,595 |
目前版本 | 2.1.0 |
更新時間 | 2018-07-14 |
上架時間 | 2018-07-14 |
評分 | 4.03/5 共 65 次評分 |
開發者 | Aaron Horler |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/aghorler/History-Disabler-for-Chromium |
說明頁面URL | https://github.com/aghorler/History-Disabler-for-Chromium/blob/master/DOCUMENTATION.md#documentation |
隱私政策頁面URL | https://aaronhorler.com/privacy.txt |
支援的語言 | 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" ] } |