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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } |