History Disabler
Disable history in Chrome by deleting history when responsible tabs are closed.
Что такое History Disabler?
History Disabler - это расширение Chrome, разработанное Aaron Horler, и его основная функция - "Disable history in Chrome by deleting history when responsible tabs are closed.".
Снимки экрана расширения
Скачать файл CRX расширения History Disabler
Скачайте файлы расширений 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 |
Официальный URL | 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" ] } |