Schedule URLs.

Schedule URLs to be loaded at particular time.

Schedule URLs.คืออะไร?

Schedule URLs. เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ninjasoft และคุณลักษณะหลักของมันคือ "Schedule URLs to be loaded at particular time."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Schedule URLs.

ดาวน์โหลดไฟล์ส่วนขยาย 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
}