Auto refresh actual webpage
Automatically reload webpage in actual tab. You can set refresh interval.
ما هو Auto refresh actual webpage؟
Auto refresh actual webpage هو إضافة Chrome تم تطويرها بواسطة https://www.extensions-for-chrome.com، والميزة الرئيسية لها هي "Automatically reload webpage in actual tab. You can set refresh interval.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Auto refresh actual webpage
قم بتنزيل ملفات الامتداد Auto refresh actual webpage بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Automatically refresh can be easily activated via the context menu by clicking the right mouse button on the web page. In options you can set refresh interval in seconds. Extension automatically stop refresh when change tab or change website.
معلومات أساسية عن التمديد
الاسم | Auto refresh actual webpage |
ID | jmpaeglcabhpohgbfcehemlgophfjikk |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/auto-refresh-actual-webpa/jmpaeglcabhpohgbfcehemlgophfjikk |
الوصف | Automatically reload webpage in actual tab. You can set refresh interval. |
حجم الملف | 51.12 KB |
عدد التثبيتات | 1,929 |
النسخة الحالية | 1.0 |
آخر تحديث | 2013-09-21 |
تاريخ النشر | 2013-09-21 |
تقييم | 3.33/5 مجموع تقييمات 15 |
المطور | https://www.extensions-for-chrome.com |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auto refresh actual webpage", "description": "Automatically reload webpage in actual tab. You can set refresh interval.", "version": "1.0", "manifest_version": 2, "background": { "scripts": [ "jquery.js", "background.js" ] }, "options_page": "options.html", "content_security_policy": "script-src 'self'; object-src 'self'", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus" ], "icons": { "16": "img\/ico_16.png", "48": "img\/ico_48.png", "128": "img\/ico_128.png" } } |