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