Auto Reload Page
Keep reloading page automatically!
什麼是Auto Reload Page?
Auto Reload Page是由SocialWorker開發的Chrome擴展程式,該擴展的主要功能是“Keep reloading page automatically!”。
擴展截圖
下載Auto Reload Page擴展crx文件
下載Auto Reload Page擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Free yourself from clicking refresh button again and again, thanks to the Auto Reload Page extension! The extension comes handy when you want to keep refreshing a webpage at regular intervals, be it for checking status or something or keeping an eye on progress of your favourite sports' event! - Reload chrome tab at the certain specified time interval - Reloads stick to the tab and not the website, so even you change the URL, reloads keep happening as long as it is active in the tab - Reloads keep working even when you pull the tab out to a new window
擴展基本資訊
名稱 | Auto Reload Page |
ID | cggooibcfafefodnecpcbgiebbjjpnpb |
官方網址 | https://chromewebstore.google.com/detail/auto-reload-page/cggooibcfafefodnecpcbgiebbjjpnpb |
簡介 | Keep reloading page automatically! |
檔案大小 | 25.42 KB |
安裝次數 | 212 |
目前版本 | 1.1 |
更新時間 | 2020-10-13 |
上架時間 | 2020-10-07 |
評分 | 3.67/5 共 3 次評分 |
開發者 | SocialWorker |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/sushrut111/chrome-tab-reloader |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auto Reload Page", "version": "1.1", "icons": { "128": "icon.png" }, "description": "Keep reloading page automatically!", "permissions": [ "storage", "tabs" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "manifest_version": 2 } |