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
官方URL 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"
    }
}