Pin Unpin All
A button to pin or unpin all the tabs in the window.
ما هو Pin Unpin All؟
Pin Unpin All هو إضافة Chrome تم تطويرها بواسطة ev0lut1on، والميزة الرئيسية لها هي "A button to pin or unpin all the tabs in the window.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Pin Unpin All
قم بتنزيل ملفات الامتداد Pin Unpin All بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Click the button to pin/unpin all tabs in the current window based on the state of the active tab. For a keyboard shortcut go to: chrome://extensions/shortcuts. Compatible with dark and light themes.
معلومات أساسية عن التمديد
الاسم | Pin Unpin All |
ID | cpncfbofpjgdfpmdacbagkaoglmkhnne |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/pin-unpin-all/cpncfbofpjgdfpmdacbagkaoglmkhnne |
الوصف | A button to pin or unpin all the tabs in the window. |
حجم الملف | 9.72 KB |
عدد التثبيتات | 3,246 |
النسخة الحالية | 2.0 |
آخر تحديث | 2023-12-11 |
تاريخ النشر | 2019-10-15 |
تقييم | 4.93/5 مجموع تقييمات 14 |
المطور | ev0lut1on |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://ev0lut1on.com |
عنوان صفحة المساعدة | https://ev0lut1on.com |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Pin Unpin All", "version": "2.0", "action": [], "description": "A button to pin or unpin all the tabs in the window.", "icons": { "16": "Pin16.png", "24": "Pin24.png", "32": "Pin32.png", "48": "Pin48.png", "128": "Pin128.png" }, "background": { "service_worker": "background.js" }, "short_name": "Pin Unpin All" } |