YouTube toggle
Pause / play youtube via shortcut from anywhere
YouTube toggleとは何ですか?
YouTube toggleはFlorian Thomasによって開発されたChromeの拡張機能で、その主な機能は「Pause / play youtube via shortcut from anywhere」です。
拡張機能のスクリーンショット
YouTube toggle拡張機能のCRXファイルをダウンロード
YouTube toggle拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Set the shortcut in your chrome settings and it will pause / play your open YouTube-Video once you press the specified key combination.
拡張機能の基本情報
名前 | |
ID | hpfgcckhlgfbajmpcfbdidecbfmmccjj |
公式URL | https://chromewebstore.google.com/detail/youtube-toggle/hpfgcckhlgfbajmpcfbdidecbfmmccjj |
説明 | Pause / play youtube via shortcut from anywhere |
ファイルサイズ | 7.8 KB |
インストール数 | 54 |
現在のバージョン | 1.0 |
最終更新日 | 2016-06-28 |
公開日 | 2016-06-28 |
開発者 | Florian Thomas |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/Crunch09/youtube-toggle |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouTube toggle", "description": "Pause \/ play youtube via shortcut from anywhere", "version": "1.0", "permissions": [ "tabs", "*:\/\/*.youtube.com\/*" ], "commands": { "toggle-youtube": { "suggested_key": { "default": "Ctrl+Shift+P" }, "description": "Toggle YouTube" } }, "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "128": "icon128_128.png", "48": "icon48_48.png" }, "author": "Florian Thomas" } |