Tabs Protection Password
Saves and closes with a password of your open tabs. It prevents the creation of a new tab.
Что такое Tabs Protection Password?
Tabs Protection Password - это расширение Chrome, разработанное https://www.hase.su, и его основная функция - "Saves and closes with a password of your open tabs. It prevents the creation of a new tab.".
Снимки экрана расширения
Скачать файл CRX расширения Tabs Protection Password
Скачайте файлы расширений Tabs Protection Password в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Quickly hide and protect your tabs with a password. Protect your tabs, browser history and downloads from being viewed by your supervisor at work and your children at home in just a single click!
Основная информация о расширении
Название | Tabs Protection Password |
ID | ldphmgppmllkbknkbjkhpimlgjgkbogp |
Официальный URL | https://chromewebstore.google.com/detail/tabs-protection-password/ldphmgppmllkbknkbjkhpimlgjgkbogp |
Описание | Saves and closes with a password of your open tabs. It prevents the creation of a new tab. |
Размер файла | 1.38 MB |
Количество установок | 2,565 |
Текущая Версия | 1.0.1 |
Последнее Обновление | 2016-10-27 |
Дата публикации | 2016-10-27 |
Рейтинг | 2.93/5 Всего 27 оценок |
Разработчик | https://www.hase.su |
Тип оплаты | free |
Официальный сайт расширения | http://hase.su/my-portfolio/skrytie-zashhita-otkrytiya-vkladok-pod-parolem/ |
Поддерживаемые языки | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": "icons\/19x19.png", "default_title": "__MSG_unlocked__" }, "default_locale": "en", "description": "__MSG_app_description__", "icons": { "16": "icons\/16x16.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "manifest_version": 2, "minimum_chrome_version": "20", "name": "__MSG_app_name__", "permissions": [ "tabs", "storage" ], "version": "1.0.1" } |