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はh-1によって開発されたChromeの拡張機能で、その主な機能は「Allows users to store 5 different speed options and access them with keyboard shortcuts」です。

拡張機能のスクリーンショット

screenshot
screenshot

5 Speed Options for HTML5 videos拡張機能のCRXファイルをダウンロード

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"
            ]
        }
    ]
}