Auto refresh
Automatically refresh the specified page, or only refresh the inactive TAB page.
ما هو Auto refresh؟
Auto refresh هو إضافة Chrome تم تطويرها بواسطة idof، والميزة الرئيسية لها هي "Automatically refresh the specified page, or only refresh the inactive TAB page.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Auto refresh
قم بتنزيل ملفات الامتداد Auto refresh بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Automatically refresh the specified page, or only refresh the inactive TAB page.
معلومات أساسية عن التمديد
الاسم | |
ID | mljjfcmhgefdfgeomcaocgijloggnnjk |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/auto-refresh/mljjfcmhgefdfgeomcaocgijloggnnjk |
الوصف | Automatically refresh the specified page, or only refresh the inactive TAB page. |
حجم الملف | 74.91 KB |
عدد التثبيتات | 10,000 |
النسخة الحالية | 1.0 |
آخر تحديث | 2014-11-15 |
تاريخ النشر | 2014-11-15 |
تقييم | 4.27/5 مجموع تقييمات 15 |
المطور | idof |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "background": { "page": "background.html", "script": "background.js" }, "content_scripts": [ { "all_frames": false, "js": [ "script.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "default_locale": "en", "description": "__MSG_extDescription__", "icons": { "128": "img\/on128.png", "64": "img\/on64.png" }, "manifest_version": 2, "name": "__MSG_extName__", "page_action": { "default_icon": "img\/off.png", "default_popup": "popup.html", "default_title": "__MSG_extName__" }, "permissions": [ "tabs", "browsingData", "webRequest", "webNavigation", "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0" } |