Auto Reload Page

Simple Auto Reload Page

什么是Auto Reload Page?

Auto Reload Page是由http://w3bd.com开发的Chrome扩展程序,该扩展的主要功能是“Simple Auto Reload Page”。

扩展截图

screenshot

下载Auto Reload Page扩展crx文件

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

扩展使用说明

                        The extension is for reload any webpage/website with every few second/minutes.
This is very simple and light weight extension.

Usage of this extension:
If you are a developer, this extension would help you much.
1. You could scrap data continue from a website with this extension.
2. You could increase your website hit/click/visit with this extension.
3. For any website schedule work.                    

扩展基本信息

名称 Auto Reload Page Auto Reload Page
ID aemgckpcnlnooaejngagoeknjjcpcgfh
官方URL https://chrome.google.com/webstore/detail/auto-reload-page/aemgckpcnlnooaejngagoeknjjcpcgfh
简介 Simple Auto Reload Page
文件大小 38.29 KB
安装次数 785
当前版本 1.3
更新时间 2015-11-13
上架时间 2015-11-13
评分 3.81/5 共16次评分
开发者 http://w3bd.com
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Reload Page",
    "description": "Simple Auto Reload Page",
    "version": "1.3",
    "short_name": "Auto Reload",
    "browser_action": {
        "default_icon": "icon38.png",
        "name": "Auto Reload Page",
        "title": "Auto Reload Page",
        "default_popup": "popup.html"
    },
    "homepage_url": "http:\/\/w3bd.com",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end",
            "js": [
                "rh.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "activeTab",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webRequest",
        "browsingData",
        ""
    ],
    "options_page": "options.html",
    "manifest_version": 2,
    "minimum_chrome_version": "19.0.1028.0"
}