Schedule URLs.

Schedule URLs to be loaded at particular time.

Schedule URLs. là gì?

Schedule URLs. là một tiện ích mở rộng Chrome được phát triển bởi ninjasoft, và tính năng chính của nó là "Schedule URLs to be loaded at particular time.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Schedule URLs.

Tải xuống các tệp mở rộng Schedule URLs. dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Schedule URLs. Schedule URLs.
ID ckncmlnmaojinlkgmbbneempofkkogom
URL Chính Thức https://chrome.google.com/webstore/detail/schedule-urls/ckncmlnmaojinlkgmbbneempofkkogom
Mô tả Schedule URLs to be loaded at particular time.
Kích Thước Tệp 33.32 KB
Số Lần Cài Đặt 272
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2014-02-02
Ngày Phát Hành 2014-02-02
Đánh Giá 2.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển ninjasoft
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}