Simple Reloader
Automatically reloads the current tab as needed.
ما هو Simple Reloader؟
Simple Reloader هو إضافة Chrome تم تطويرها بواسطة Drew Cossey، والميزة الرئيسية لها هي "Automatically reloads the current tab as needed.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Simple Reloader
قم بتنزيل ملفات الامتداد Simple Reloader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A quick and simple automatic page reloader. Reloading the page manually, or navigating to another page in the same tab will reset the countdown. Can optionally tell the browser to ignore the browser cache for the reloads.
معلومات أساسية عن التمديد
الاسم | |
ID | jdcjnkmfkfnidklnngnbecledmanndnm |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/simple-reloader/jdcjnkmfkfnidklnngnbecledmanndnm |
الوصف | Automatically reloads the current tab as needed. |
حجم الملف | 53.26 KB |
عدد التثبيتات | 481 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2015-04-29 |
تاريخ النشر | 2015-04-29 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | Drew Cossey |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Reloader", "version": "1.0.1", "description": "Automatically reloads the current tab as needed.", "permissions": [ "tabs" ], "icons": { "16": "images\/icon16.png", "19": "images\/icon19.png", "38": "images\/icon38.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_title": "Reloadit", "default_popup": "popup.html", "default_icon": { "16": "images\/icon16.png", "19": "images\/icon19.png", "38": "images\/icon38.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "background": { "scripts": [ "jquery-1.11.1.min.js", "background.js" ], "persistent": true } } |