AutoRefresh+
Powerful timed refresh tool
ما هو AutoRefresh+؟
AutoRefresh+ هو إضافة Chrome تم تطويرها بواسطة MichaelKeys، والميزة الرئيسية لها هي "Powerful timed refresh tool".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة AutoRefresh+
قم بتنزيل ملفات الامتداد AutoRefresh+ بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
AutoRefresh+ is an open-source Chrome extension that allows users to refresh a websites at a given time interval. The user has to simply enter the hostname of the website that they would like the refresh, and the number of minutes between each refresh, and AutoRefresh+ will do the rest!
معلومات أساسية عن التمديد
الاسم | |
ID | jdcmniiepfjinccadkbjliiopialnnmi |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/autorefresh+/jdcmniiepfjinccadkbjliiopialnnmi |
الوصف | Powerful timed refresh tool |
حجم الملف | 65.98 KB |
عدد التثبيتات | 659 |
النسخة الحالية | 1.0 |
آخر تحديث | 2018-11-04 |
تاريخ النشر | 2018-11-04 |
المطور | MichaelKeys |
نوع الدفع | free |
موقع الإضافة | https://bitbucket.org/MichaelKeys/autorefresh/ |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AutoRefresh+", "version": "1.0", "description": "Powerful timed refresh tool", "permissions": [ "activeTab", "alarms", "declarativeContent", "storage", "tabs" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/AutoRefresh+16.png", "32": "images\/AutoRefresh+32.png", "48": "images\/AutoRefresh+48.png", "128": "images\/AutoRefresh+128.png" } }, "icons": { "16": "images\/AutoRefresh+16.png", "32": "images\/AutoRefresh+32.png", "48": "images\/AutoRefresh+48.png", "128": "images\/AutoRefresh+128.png" }, "options_page": "options.html", "manifest_version": 2 } |