Auto Refresh Page

Auto Refresh Page is the extension to refresh a page on regular intervals

什麼是Auto Refresh Page?

Auto Refresh Page是由ProfileVisitor.co開發的Chrome擴展程式,該擴展的主要功能是“Auto Refresh Page is the extension to refresh a page on regular intervals”。

擴展截圖

screenshot

下載Auto Refresh Page擴展crx文件

下載Auto Refresh Page擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Auto Refresh Page 

It is a simple  extension to refresh the page at regular intervals.

You can customize the default time and have separate timers running for all of your tabs.                    

擴展基本資訊

名稱 Auto Refresh Page Auto Refresh Page
ID iiblfhmcehfejobfioibjbdpgigcmkgj
官方網址 https://chrome.google.com/webstore/detail/auto-refresh-page/iiblfhmcehfejobfioibjbdpgigcmkgj
簡介 Auto Refresh Page is the extension to refresh a page on regular intervals
檔案大小 201 KB
安裝次數 4,000
目前版本 1.0.2
更新時間 2018-01-31
上架時間 2018-01-31
評分 3.33/5 共 3 次評分
開發者 ProfileVisitor.co
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Refresh Page",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "Auto Refresh Page is the extension to refresh a page on regular intervals",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_title": "Auto Refresh Page",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        ""
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/s3.amazonaws.com; object-src 'self'"
}