Auto Refresh Page
Refresh web pages automatically. Auto-refresh and page monitor with specified time intervals.
什麼是Auto Refresh Page?
Auto Refresh Page是由Page Refresh開發的Chrome擴展程式,該擴展的主要功能是“Refresh web pages automatically. Auto-refresh and page monitor with specified time intervals.”。
擴展截圖
下載Auto Refresh Page擴展crx文件
下載Auto Refresh Page擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Page Auto Refresher is a simple and easy web page refresher.
It lets you concentrate on other tasks. Upgrade your business performance! 擴展基本資訊
| 名稱 | |
| ID | llfpaibekbngemphkhllbbffpgopboec |
| 官方網址 | https://chromewebstore.google.com/detail/auto-refresh-page/llfpaibekbngemphkhllbbffpgopboec |
| 簡介 | Refresh web pages automatically. Auto-refresh and page monitor with specified time intervals. |
| 檔案大小 | 7.94 KB |
| 安裝次數 | 1,139 |
| 目前版本 | 2.0 |
| 更新時間 | 2023-07-02 |
| 上架時間 | 2020-12-08 |
| 評分 | 2.75/5 共 4 次評分 |
| 開發者 | Page Refresh |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 隱私政策頁面URL | https://sites.google.com/view/extensions-privacy |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Auto Refresh Page",
"version": "2.0",
"description": "Refresh web pages automatically. Auto-refresh and page monitor with specified time intervals.",
"permissions": [
"tabs",
"http:\/\/*\/*"
],
"browser_action": {
"default_popup": "popup.html"
},
"icons": {
"48": "icon.png"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"manifest_version": 2,
"content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
} | |