Chronos

Audio/Video playback controller

Chronosคืออะไร?

Chronos เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tsopeh และคุณลักษณะหลักของมันคือ "Audio/Video playback controller"

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

screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Chronos ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        You don't need 'more time' in order to see or hear something new. All you need is to take most out of the time that you can spare.
 
Save your time by viewing any (YouTube video, Podcast or AudioBooks) content in the half of the time of its duration, or less.

Toggle 'loop' on short content or toggle native controls if none are present.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Chronos Chronos
ID hmjgbblacekjjjcbopihopcniepnoenj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chronos/hmjgbblacekjjjcbopihopcniepnoenj
คำอธิบาย Audio/Video playback controller
ขนาดไฟล์ 79.2 KB
จำนวนการติดตั้ง 90
เวอร์ชันปัจจุบัน 1.3.0
อัปเดตครั้งล่าสุด 2019-11-15
วันที่เผยแพร่ 2019-11-12
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา tsopeh
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/c0pe/Chronos
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chronos",
    "version": "1.3.0",
    "description": "Audio\/Video playback controller",
    "icons": {
        "16": ".\/assets\/icons\/chronos_icon_light-16.png",
        "48": ".\/assets\/icons\/chronos_icon_light-48.png",
        "96": ".\/assets\/icons\/chronos_icon_light-96.png",
        "128": ".\/assets\/icons\/chronos_icon_light-128.png"
    },
    "browser_action": {
        "browser_style": true,
        "default_title": "Chronos - Audio\/Video playback controller",
        "default_popup": ".\/popup\/popup.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "run_at": "document_idle",
            "matches": [
                ""
            ],
            "js": [
                ".\/content\/content.js"
            ]
        }
    ]
}