Auto Refresh Lite
Auto refresh a list of web pages after any number of seconds.
什麼是Auto Refresh Lite?
Auto Refresh Lite是由pragmatechdev開發的Chrome擴展程式,該擴展的主要功能是“Auto refresh a list of web pages after any number of seconds.”。
擴展截圖
下載Auto Refresh Lite擴展crx文件
下載Auto Refresh Lite擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Small and easy to use chrome extension that auto reloads a list of URLs according to your settings.
Features:
* Easy to use and setup
* No unnecessary permissions required
* Does not track you 擴展基本資訊
| 名稱 | |
| ID | dblcelpijjljhjbkopojdhgoleciofip |
| 官方網址 | https://chromewebstore.google.com/detail/auto-refresh-lite/dblcelpijjljhjbkopojdhgoleciofip |
| 簡介 | Auto refresh a list of web pages after any number of seconds. |
| 檔案大小 | 53.26 KB |
| 安裝次數 | 203 |
| 目前版本 | 2.0 |
| 更新時間 | 2021-01-06 |
| 上架時間 | 2014-06-21 |
| 評分 | 2.00/5 共 2 次評分 |
| 開發者 | pragmatechdev |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Auto Refresh Lite",
"icons": {
"16": "icons\/icon-16.png",
"20": "icons\/icon-20.png",
"24": "icons\/icon-24.png",
"32": "icons\/icon-128.png",
"48": "icons\/icon-48.png",
"64": "icons\/icon-64.png",
"128": "icons\/icon-128.png",
"256": "icons\/icon-256.png",
"512": "icons\/icon-512.png"
},
"version": "2.0",
"author": "pragmatechdev",
"description": "Auto refresh a list of web pages after any number of seconds.",
"options_page": "options\/options.html",
"permissions": [
"storage",
"tabs"
],
"browser_action": {
"default_popup": "popup\/popup.html",
"default_icon": {
"20": "icons\/icon-20.png"
}
},
"background": {
"scripts": [
"background.js"
],
"persistent": true
}
} | |