Tabs Reloader
Reload tabs in current window
ما هو Tabs Reloader؟
Tabs Reloader هو إضافة Chrome تم تطويرها بواسطة http://imcotton.com، والميزة الرئيسية لها هي "Reload tabs in current window".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Tabs Reloader
قم بتنزيل ملفات الامتداد Tabs Reloader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
* single-click to reload pinned tabs * double-click to reload normal tabs And there is NO need of your data on ANY websites. Source code available at: http://git.io/jB-PaQ
معلومات أساسية عن التمديد
الاسم | |
ID | ofphdlddmcpeggijkmijojknacfnleij |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/tabs-reloader/ofphdlddmcpeggijkmijojknacfnleij |
الوصف | Reload tabs in current window |
حجم الملف | 9.76 KB |
عدد التثبيتات | 363 |
النسخة الحالية | 1.3.4 |
آخر تحديث | 2015-02-02 |
تاريخ النشر | 2015-02-02 |
تقييم | 4.14/5 مجموع تقييمات 14 |
المطور | http://imcotton.com |
نوع الدفع | free |
موقع الإضافة | https://github.com/imcotton/tabs-reloader |
عنوان صفحة المساعدة | https://github.com/imcotton/tabs-reloader/issues |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tabs Reloader", "description": "Reload tabs in current window", "manifest_version": 2, "icons": { "128": "icon_128.png" }, "browser_action": { "default_icon": "icon_24.png", "default_title": "Reload tabs in this window" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs" ], "offline_enabled": true, "version": "1.3.4" } |