Tab Shuffler
Randomize the tab order in your browser window.
ما هو Tab Shuffler؟
Tab Shuffler هو إضافة Chrome تم تطويرها بواسطة porkbun، والميزة الرئيسية لها هي "Randomize the tab order in your browser window.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Tab Shuffler
قم بتنزيل ملفات الامتداد Tab Shuffler بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Useful for making decisions (what to buy, what to watch, etc.) Note: The "This extension is not trusted by Enhanced Safe Browsing." message is due to the fact that this is a relatively new developer account and should go away on its own soon.
معلومات أساسية عن التمديد
الاسم | Tab Shuffler |
ID | jfaiappknhlmbkffdpfbnpfiajmfgfbl |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/tab-shuffler/jfaiappknhlmbkffdpfbnpfiajmfgfbl |
الوصف | Randomize the tab order in your browser window. |
حجم الملف | 13.56 KB |
عدد التثبيتات | 571 |
النسخة الحالية | 0.1.1 |
آخر تحديث | 2022-09-29 |
تاريخ النشر | 2022-09-28 |
تقييم | 4.67/5 مجموع تقييمات 6 |
المطور | porkbun |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Shuffler", "description": "Randomize the tab order in your browser window.", "version": "0.1.1", "manifest_version": 3, "action": { "default_title": "Randomize the order of the tabs in this window. Right-click to undo.", "default_icon": { "16": "\/images\/icon16-o.png", "32": "\/images\/icon32-o.png", "48": "\/images\/icon48-o.png", "128": "\/images\/icon128-o.png" } }, "icons": { "16": "\/images\/icon16-o.png", "32": "\/images\/icon32-o.png", "48": "\/images\/icon48-o.png", "128": "\/images\/icon128-o.png" }, "permissions": [ "contextMenus", "storage" ], "background": { "service_worker": "background.js" } } |