Mark this tab!
Extension which marks your tabs and you can find it
ما هو Mark this tab!؟
Mark this tab! هو إضافة Chrome تم تطويرها بواسطة Andrey Esin، والميزة الرئيسية لها هي "Extension which marks your tabs and you can find it".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Mark this tab!
قم بتنزيل ملفات الامتداد Mark this tab! بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Simply marks you tab icon with small circle and you will find your tab You can change mark's color ( 🟢->🔵-> 🟣-> 🔴-> 🟠-> 🟡-> ⚪-> ⚫) by quick click or remove mark without reloading page
معلومات أساسية عن التمديد
الاسم | Mark this tab! |
ID | elpmfpacelndpdgiachjinkbfjddichb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/mark-this-tab/elpmfpacelndpdgiachjinkbfjddichb |
الوصف | Extension which marks your tabs and you can find it |
حجم الملف | 48.53 KB |
عدد التثبيتات | 29 |
النسخة الحالية | 0.1.2 |
آخر تحديث | 2022-01-29 |
تاريخ النشر | 2022-01-20 |
تقييم | 4.50/5 مجموع تقييمات 2 |
المطور | Andrey Esin |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/esin/markThisTab |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Mark this tab!", "description": "Extension which marks your tabs and you can find it", "version": "0.1.2", "manifest_version": 3, "permissions": [ "contextMenus", "activeTab", "scripting", "storage", "webNavigation" ], "background": { "service_worker": "js\/background.js" }, "action": [], "icons": { "48": "\/icons\/48.png", "128": "\/icons\/128.png", "512": "\/icons\/512.png" }, "commands": { "mark_tab": { "suggested_key": { "linux": "Alt+T", "windows": "Alt+T", "mac": "MacCtrl+Command+T" }, "description": "Mark tab with default mark" } } } |