ShakeToPinTab
You can pin or unpin a tab by shaking a tab.
ما هو ShakeToPinTab؟
ShakeToPinTab هو إضافة Chrome تم تطويرها بواسطة kent.ruffle.mgj626، والميزة الرئيسية لها هي "You can pin or unpin a tab by shaking a tab.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ShakeToPinTab
قم بتنزيل ملفات الامتداد ShakeToPinTab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
To pin a tab, shake an unpinned tab twice (move left, right, left, right, or the reverse). To unpin a tab, shake a pinned tab twice (move left, right, left, right, or the reverse). The tab can be pinned only when there are 2 or more unpinned tabs. Conversely, the tab can be unpinned only when there are 2 or more pinned tabs. I'm sorry I can't be any help when the pinned or unpinned tab is isolated. This extension will be active just by being installed. It doesn't have an option view, a popup view etc.
معلومات أساسية عن التمديد
الاسم | ShakeToPinTab |
ID | dfgfdilbghaelikilhppijemonkaoepf |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/shaketopintab/dfgfdilbghaelikilhppijemonkaoepf |
الوصف | You can pin or unpin a tab by shaking a tab. |
حجم الملف | 23.95 KB |
عدد التثبيتات | 152 |
النسخة الحالية | 1.1 |
آخر تحديث | 2022-04-14 |
تاريخ النشر | 2020-07-26 |
تقييم | 4.00/5 مجموع تقييمات 1 |
المطور | kent.ruffle.mgj626 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://hp.vector.co.jp/authors/VA054317/index.html |
اللغات المدعومة | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "version": "1.1", "default_locale": "en", "description": "__MSG_appDescription__", "background": { "service_worker": "background.js", "type": "module" }, "icons": { "16": "stpt_16.png", "32": "stpt_32.png", "64": "stpt_64.png", "128": "stpt_128.png" }, "action": { "default_icon": { "16": "stpt_16.png", "32": "stpt_32.png", "64": "stpt_64.png", "128": "stpt_128.png" } } } |