TubeMarks for Youtube
A fun extension
TubeMarks for Youtubeとは何ですか?
TubeMarks for YoutubeはPeter Chenによって開発されたChromeの拡張機能で、その主な機能は「A fun extension」です。
拡張機能のスクリーンショット
TubeMarks for Youtube拡張機能のCRXファイルをダウンロード
TubeMarks for Youtube拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Hello! Welcome to TubeMarks for Youtube! Press the 'add' button to add a youtube time. Press 'remove' to remove. The idea was given to me by Brian Chen. I was inspired to create this because I watch 20 min+ compilation videos of doggos and sometimes you see a doggo and laugh but forget it later and the best way to keep track of doggo at 10:45 is to put down a little mark thing. :) Have fun! Known Bugs: None :) Pls report them to me. Contact me with suggestions or to say hi. :)
拡張機能の基本情報
名前 | |
ID | edcbglmigcaihlpnfckmlhgidbgegkja |
公式URL | https://chromewebstore.google.com/detail/tubemarks-for-youtube/edcbglmigcaihlpnfckmlhgidbgegkja |
説明 | A fun extension |
ファイルサイズ | 53.48 KB |
インストール数 | 17 |
現在のバージョン | 1.4 |
最終更新日 | 2016-09-14 |
公開日 | 2016-09-14 |
評価 | 4.33/5 合計 6 レビュー |
開発者 | Peter Chen |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/pcpeterchen/TubeMarksChromeExt |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TubeMarks for Youtube", "short_name": "TbMrks", "description": "A fun extension", "version": "1.4", "browser_action": { "default_icon": "img\/icon16.ico" }, "icons": { "16": "img\/icon16.ico", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*" ], "js": [ "jquery-3.1.0.min.js", "myscript.js" ] } ], "permissions": [ "storage", "activeTab", "tabs" ] } |