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 |
官方網址 | 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 |
電子郵箱 | [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" ] } |