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 |
| 官方網址 | 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:\/\/*\/"
]
} | |