Schedule URLs.

Schedule URLs to be loaded at particular time.

什么是Schedule URLs.?

Schedule URLs.是由ninjasoft开发的Chrome扩展程序,该扩展的主要功能是“Schedule URLs to be loaded at particular time.”。

扩展截图

screenshot

下载Schedule URLs.扩展crx文件

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

扩展使用说明

                        Schedule URLs to be loaded at particular time.

This extension allows you to schedule URLs.
 -Schedule a URL to load at a particular time.
 -Schedule URLs to load between a time interval.
 -Cycle between URLs ever n seconds.                    

扩展基本信息

名称 Schedule URLs. Schedule URLs.
ID ckncmlnmaojinlkgmbbneempofkkogom
官方URL https://chrome.google.com/webstore/detail/schedule-urls/ckncmlnmaojinlkgmbbneempofkkogom
简介 Schedule URLs to be loaded at particular time.
文件大小 33.32 KB
安装次数 272
当前版本 1.0
更新时间 2014-02-02
上架时间 2014-02-02
评分 2.00/5 共4次评分
开发者 ninjasoft
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Schedule URLs.",
    "description": "Schedule URLs to be loaded at particular time.",
    "version": "1.0",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "Schedule URLs.",
        "default_icon": "icon-disabled.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon-disabled.png",
        "48": "icon.png",
        "128": "icon.png",
        "256": "icon.png"
    },
    "manifest_version": 2
}