Pin'em All
Allows user to pin all open tabs or to unpin all pinned tabs
ما هو Pin'em All؟
Pin'em All هو إضافة Chrome تم تطويرها بواسطة Uman، والميزة الرئيسية لها هي "Allows user to pin all open tabs or to unpin all pinned tabs".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Pin'em All
قم بتنزيل ملفات الامتداد Pin'em All بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Simple chrome extension adding pop-up menu which allows user to pin all open tabs or to unpin all currently pinned tabs with one button click.
معلومات أساسية عن التمديد
الاسم | Pin'em All |
ID | flbdaephiokahpnlkglmfjocndjcpegl |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/pinem-all/flbdaephiokahpnlkglmfjocndjcpegl |
الوصف | Allows user to pin all open tabs or to unpin all pinned tabs |
حجم الملف | 17.13 KB |
عدد التثبيتات | 397 |
النسخة الحالية | 1.0 |
آخر تحديث | 2016-09-16 |
تاريخ النشر | 2016-09-16 |
تقييم | 4.75/5 مجموع تقييمات 8 |
المطور | Uman |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://www.umanski.me |
عنوان صفحة المساعدة | http://www.umanski.me |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pin'em All", "version": "1.0", "description": "Allows user to pin all open tabs or to unpin all pinned tabs", "icons": { "128": "images\/128.png", "48": "images\/48.png", "16": "images\/16.png" }, "browser_action": { "default_icon": { "128": "images\/128.png", "48": "images\/48.png", "16": "images\/16.png" }, "default_title": "Pin'em ALl", "default_popup": "popup.html" } } |