Lock Tab
Prevents a tab from being closed accidentally
ما هو Lock Tab؟
Lock Tab هو إضافة Chrome تم تطويرها بواسطة gabomaldi، والميزة الرئيسية لها هي "Prevents a tab from being closed accidentally".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Lock Tab
قم بتنزيل ملفات الامتداد Lock Tab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Adds a padlock icon that allows toggling each tab's lock/unlocked state. When a locked tab is being closed, a confirmation dialog which allows preventing the tab from closing, is displayed. 📣 IMPORTANT: after locking, some interaction with the page is required for it to work. So you need to, for example, click anywhere on the page after locking to actually prevent the tab from being closed. This is how Chrome works.
معلومات أساسية عن التمديد
الاسم | Lock Tab |
ID | nhbdiieigbgalknjplfpgmjnpbnkchnb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/lock-tab/nhbdiieigbgalknjplfpgmjnpbnkchnb |
الوصف | Prevents a tab from being closed accidentally |
حجم الملف | 43.5 KB |
عدد التثبيتات | 6,094 |
النسخة الحالية | 1.2.1 |
آخر تحديث | 2024-01-15 |
تاريخ النشر | 2022-06-24 |
تقييم | 3.50/5 مجموع تقييمات 30 |
المطور | gabomaldi |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/gabrielmaldi/chrome-lock-tab |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Lock Tab", "description": "Prevents a tab from being closed accidentally", "version": "1.2.1", "author": "gabrielmaldi", "homepage_url": "https:\/\/github.com\/gabrielmaldi\/chrome-lock-tab", "manifest_version": 3, "permissions": [ "activeTab", "storage" ], "icons": { "128": "images\/unlocked-light.png" }, "background": { "service_worker": "src\/background.js" }, "content_scripts": [ { "matches": [ " |