Lock for Google Chrome™
Locks chrome after a chosen amount of time.
Что такое Lock for Google Chrome™?
Lock for Google Chrome™ - это расширение Chrome, разработанное OGMdev, и его основная функция - "Locks chrome after a chosen amount of time.".
Снимки экрана расширения
Скачать файл CRX расширения Lock for Google Chrome™
Скачайте файлы расширений Lock for Google Chrome™ в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
User specifies the time in intervals of 1, 5, 10,...90 minutes until chrome locks the page. Also can edit this preference while the timer is running. 1). enter your password to unlock later. 2). Simply click on the lock icon to choose the time. 3). When the time is up a password authenticaton will popup 4). unlock with your pw.
Основная информация о расширении
Название | Lock for Google Chrome™ |
ID | eplgjobanbeabmgflcnfgdhcbnailejp |
Официальный URL | https://chromewebstore.google.com/detail/lock-for-google-chrome/eplgjobanbeabmgflcnfgdhcbnailejp |
Описание | Locks chrome after a chosen amount of time. |
Размер файла | 16.27 KB |
Количество установок | 6,193 |
Текущая Версия | 2.1 |
Последнее Обновление | 2013-04-18 |
Дата публикации | 2013-04-18 |
Рейтинг | 3.02/5 Всего 59 оценок |
Разработчик | OGMdev |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "background": { "persistent": true, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "mLock.png", "default_title": "Lock page" }, "description": "Locks chrome after a chosen amount of time.", "icons": { "128": "mLock.png", "16": "mLock.png", "48": "mLock.png" }, "manifest_version": 2, "name": "Lock for Google Chrome\u2122", "permissions": [ "background" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.1" } |