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
官方網址 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
}