Auto refresh actual webpage

Automatically reload webpage in actual tab. You can set refresh interval.

什么是Auto refresh actual webpage?

Auto refresh actual webpage是由https://www.extensions-for-chrome.com开发的Chrome扩展程序,该扩展的主要功能是“Automatically reload webpage in actual tab. You can set refresh interval.”。

扩展截图

screenshot
screenshot

下载Auto refresh actual webpage扩展crx文件

下载Auto refresh actual webpage扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Automatically refresh can be easily activated via the context menu by clicking the right mouse button on the web page. In options you can set refresh interval in seconds.

Extension automatically stop refresh when change tab or change website.                    

扩展基本信息

名称 Auto refresh actual webpage Auto refresh actual webpage
ID jmpaeglcabhpohgbfcehemlgophfjikk
官方URL https://chromewebstore.google.com/detail/auto-refresh-actual-webpa/jmpaeglcabhpohgbfcehemlgophfjikk
简介 Automatically reload webpage in actual tab. You can set refresh interval.
文件大小 51.12 KB
安装次数 1,929
当前版本 1.0
更新时间 2013-09-21
上架时间 2013-09-21
评分 3.33/5 共15次评分
开发者 https://www.extensions-for-chrome.com
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto refresh actual webpage",
    "description": "Automatically reload webpage in actual tab. You can set refresh interval.",
    "version": "1.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "options_page": "options.html",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus"
    ],
    "icons": {
        "16": "img\/ico_16.png",
        "48": "img\/ico_48.png",
        "128": "img\/ico_128.png"
    }
}