5 Speed Options for HTML5 videos

Allows users to store 5 different speed options and access them with keyboard shortcuts

5 Speed Options for HTML5 videosคืออะไร?

5 Speed Options for HTML5 videos เป็นส่วนขยายของ Chrome ที่พัฒนาโดย h-1 และคุณลักษณะหลักของมันคือ "Allows users to store 5 different speed options and access them with keyboard shortcuts"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 5 Speed Options for HTML5 videos

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

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

                        Allows users to store 5 different speed options and access them with keyboard shortcuts.

5SpeedOptions is heavily influenced by Video Speed Controller
Developer: https://github.com/igrigorik
Video Speed Controller code: https://github.com/igrigorik/videospeed
Chrome extension: https://chrome.google.com/webstore/detail/video-speed-controller/nffaoalbilbmmfgbnbgppjihopabppdk

Icon made by Freepik from www.flaticon.com
http://www.flaticon.com/free-icon/number-5_1875                    

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

ชื่อ 5 Speed Options for HTML5 videos 5 Speed Options for HTML5 videos
ID jgcledljkklfpfbidpfogmcihiphjibn
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/5-speed-options-for-html5/jgcledljkklfpfbidpfogmcihiphjibn
คำอธิบาย Allows users to store 5 different speed options and access them with keyboard shortcuts
ขนาดไฟล์ 12.54 KB
จำนวนการติดตั้ง 341
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2018-10-03
วันที่เผยแพร่ 2018-10-03
คะแนน 4.56/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา h-1
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/h-1/5SpeedOptions
URL หน้าช่วยเหลือ https://github.com/h-1/5SpeedOptions
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "5 Speed Options for HTML5 videos",
    "description": "Allows users to store 5 different speed options and access them with keyboard shortcuts",
    "version": "1.3",
    "homepage_url": "https:\/\/github.com\/h-1\/5SpeedOptions",
    "permissions": [
        "storage"
    ],
    "options_page": "options.html",
    "icons": {
        "16": "icons\/Number_5_16.png",
        "48": "icons\/Number_5_64.png",
        "128": "icons\/Number_5_128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/Number_5_16.png",
            "48": "icons\/Number_5_64.png"
        },
        "default_popup": "options.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "inject.js"
            ],
            "css": [
                "inject.css"
            ]
        }
    ]
}