Lock it
Extension allows you to lock tabs based on address. If you lock a website you'll be asked for prompt on close.
ما هو Lock it؟
Lock it هو إضافة Chrome تم تطويرها بواسطة Tigran Sargsyan، والميزة الرئيسية لها هي "Extension allows you to lock tabs based on address. If you lock a website you'll be asked for prompt on close.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Lock it
قم بتنزيل ملفات الامتداد Lock it بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Update: Added deadlock feature, allows you to have your tabs reopened even if you close them after warning. Selecting this option is not recommended. Deadlock can be found in Lock it extension options.
معلومات أساسية عن التمديد
الاسم | |
ID | magjmoeipkknhmpcojpeomlfgaofhfho |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/lock-it/magjmoeipkknhmpcojpeomlfgaofhfho |
الوصف | Extension allows you to lock tabs based on address. If you lock a website you'll be asked for prompt on close. |
حجم الملف | 118 KB |
عدد التثبيتات | 9,000 |
النسخة الحالية | 0.3 |
آخر تحديث | 2014-10-08 |
تاريخ النشر | 2014-10-08 |
تقييم | 3.30/5 مجموع تقييمات 103 |
المطور | Tigran Sargsyan |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "description": "Extension allows you to lock tabs based on address. If you lock a website you'll be asked for prompt on close.", "icons": { "256": "icon_256.png", "128": "icon_128.png", "16": "icon_16.png", "48": "icon_48.png" }, "manifest_version": 2, "name": "Lock it", "page_action": { "default_icon": "unlocked_19.png", "default_title": "Unlocked" }, "permissions": [ "storage", "tabs", "management", "http:\/\/*\/*", "https:\/\/*\/*" ], "options_page": "options.html", "version": "0.3" } |