Refreshy
Refresh your websites when you want and how you want! 100% Free!
什么是Refreshy?
Refreshy是由dinobpublishing开发的Chrome扩展程序,该扩展的主要功能是“Refresh your websites when you want and how you want! 100% Free!”。
扩展截图
下载Refreshy扩展crx文件
下载Refreshy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Welcome to Refreshy!
What does Refreshy do:
========================
- Can refresh current tab you are on (even if you change tabs!)
- Can refresh specific tabs (pick 1, or many!).
- Can refresh all tabs.
- Can perform hard refreshes (to bypass cache).
- You set the time you want it to refresh.
- You can set a random refresh interval (so websites don't think you're a bot).
Refreshy does all of this for you...absolutely 100% FREE!
- No software locks.
- No subscriptions.
- Currently only accepting donations.
I like to make tools to help people. I hope Refreshy is a tool that can help you! =) 扩展基本信息
| 名称 | |
| ID | lppedmgppdjcmcomnecmhclomnleknnh |
| 官方URL | https://chromewebstore.google.com/detail/refreshy/lppedmgppdjcmcomnecmhclomnleknnh |
| 简介 | Refresh your websites when you want and how you want! 100% Free! |
| 文件大小 | 1.64 MB |
| 安装次数 | 605 |
| 当前版本 | 1.0.0 |
| 更新时间 | 2021-05-18 |
| 上架时间 | 2021-05-18 |
| 评分 | 5.00/5 共3次评分 |
| 开发者 | dinobpublishing |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Refreshy",
"description": "Refresh your websites when you want and how you want! 100% Free!",
"version": "1.0.0",
"browser_action": {
"default_popup": "index.html"
},
"background": {
"scripts": [
"background.js",
"runtime.js"
]
},
"icons": {
"16": "assets\/refreshy16.png",
"48": "assets\/refreshy48.png",
"128": "assets\/refreshy128.png"
},
"permissions": [
"tabs",
"http:\/\/*\/",
"https:\/\/*\/"
]
} | |