Tab auto reloader
This extension reloads the current tab at a chosen interval.
ما هو Tab auto reloader؟
Tab auto reloader هو إضافة Chrome تم تطويرها بواسطة https://denilson.sa.nom.br، والميزة الرئيسية لها هي "This extension reloads the current tab at a chosen interval.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Tab auto reloader
قم بتنزيل ملفات الامتداد Tab auto reloader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This Chrome extension reloads (refreshes) the current tab at a chosen interval. * Free and open-source. * No (extra) permissions required. * Easy-to-use. * The reload (refresh) interval can be different for each tab. https://github.com/denilsonsa/crx-reload-tab/
معلومات أساسية عن التمديد
الاسم | Tab auto reloader |
ID | knnahnemielbnanghaphjgheamgcjjcb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/tab-auto-reloader/knnahnemielbnanghaphjgheamgcjjcb |
الوصف | This extension reloads the current tab at a chosen interval. |
حجم الملف | 14.36 KB |
عدد التثبيتات | 26,500 |
النسخة الحالية | 1.1 |
آخر تحديث | 2020-11-19 |
تاريخ النشر | 2018-04-23 |
تقييم | 4.90/5 مجموع تقييمات 99 |
المطور | https://denilson.sa.nom.br |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/denilsonsa/crx-reload-tab/ |
عنوان صفحة المساعدة | https://github.com/denilsonsa/crx-reload-tab/issues |
عنوان صفحة سياسة الخصوصية | http://denilson.sa.nom.br/privacy.html |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab auto reloader", "short_name": "Tab reloader", "description": "This extension reloads the current tab at a chosen interval.", "version": "1.1", "homepage_url": "https:\/\/github.com\/denilsonsa\/crx-reload-tab\/", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_popup": "popup.html", "default_title": "Reload this page every\u2026" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "contextMenus", "storage" ] } |