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 |
官方URL | 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 } |