CJs Auto Refresh

Auto refresh the page for CJ because CJ is awesome!

什麼是CJs Auto Refresh?

CJs Auto Refresh是由nextstate開發的Chrome擴展程式,該擴展的主要功能是“Auto refresh the page for CJ because CJ is awesome!”。

擴展截圖

screenshot

下載CJs Auto Refresh擴展crx文件

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

擴展使用說明

                        Auto refresh one or more tabs by clicking the extension's icon and selecting Auto Refresh in the context menu. Change the refresh interval via the Options menu item in the context menu.

When the refresh interval is changed, all tabs that have the Auto Refreshed already checked are refreshed and the new interval is set. Checking Auto Refresh on a different tab will use the new interval.                    

擴展基本資訊

名稱 CJs Auto Refresh CJs Auto Refresh
ID gfgbegjbililmnkakfmpdhndnccpjnlf
官方網址 https://chromewebstore.google.com/detail/cjs-auto-refresh/gfgbegjbililmnkakfmpdhndnccpjnlf
簡介 Auto refresh the page for CJ because CJ is awesome!
檔案大小 12.74 KB
安裝次數 118
目前版本 1.0.1
更新時間 2019-03-24
上架時間 2019-03-23
評分 5.00/5 共 1 次評分
開發者 nextstate
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CJs Auto Refresh",
    "short_name": "CJs Refresh",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Auto refresh the page for CJ because CJ is awesome!",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "icons": {
        "128": "icon128.png"
    }
}