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
Eメール [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
}