AutoTabRefresh
Refresh your browser tab automatically at the desired interval.
什麼是AutoTabRefresh?
AutoTabRefresh是由ST9001開發的Chrome擴展程式,該擴展的主要功能是“Refresh your browser tab automatically at the desired interval.”。
擴展截圖
下載AutoTabRefresh擴展crx文件
下載AutoTabRefresh擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Lightweight, simple and safe extension that will refresh your active tab automatically. Set your desired time interval and start refreshing. 擴展基本資訊
| 名稱 | |
| ID | dndgpkfabmjdgnbhjciplnfblodiodmj |
| 官方網址 | https://chromewebstore.google.com/detail/autotabrefresh/dndgpkfabmjdgnbhjciplnfblodiodmj |
| 簡介 | Refresh your browser tab automatically at the desired interval. |
| 檔案大小 | 58.76 KB |
| 安裝次數 | 438 |
| 目前版本 | 3.3 |
| 更新時間 | 2022-05-22 |
| 上架時間 | 2020-07-01 |
| 評分 | 5.00/5 共 1 次評分 |
| 開發者 | ST9001 |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "AutoTabRefresh",
"author": "",
"version": "3.3",
"description": "Refresh your browser tab automatically at the desired interval.",
"permissions": [
"storage",
"activeTab"
],
"browser_action": {
"default_icon": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_title": "Auto Tab Refresh",
"default_popup": "index.html"
},
"background": {
"page": "background.html"
},
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"options_ui": {
"page": "options.html"
},
"manifest_version": 2,
"browser_specific_settings": {
"gecko": {
"id": "{c17eb700-84fb-49ea-9554-0db469f59f4b}"
}
}
} | |