Bookmark Button for Youtube
Custom Bookmark Button
什麼是Bookmark Button for Youtube?
Bookmark Button for Youtube是由Jason開發的Chrome擴展程式,該擴展的主要功能是“Custom Bookmark Button”。
下載Bookmark Button for Youtube擴展crx文件
下載Bookmark Button for Youtube擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Simply puts a Bookmark button on the toolbar and opens the link (youtube.com/feed/subscriptions) in a new tab when clicked. I like having a bookmark button on toolbar. Since Google disabled Non-Store Extensions I am a developer now.
擴展基本資訊
名稱 | |
ID | popbblhcoiaddijnapdipedkmoppcbco |
官方網址 | https://chrome.google.com/webstore/detail/bookmark-button-for-youtu/popbblhcoiaddijnapdipedkmoppcbco |
簡介 | Custom Bookmark Button |
檔案大小 | 10.07 KB |
安裝次數 | 116 |
目前版本 | 1.0.2 |
更新時間 | 2015-05-21 |
上架時間 | 2015-05-21 |
評分 | 5.00/5 共 3 次評分 |
開發者 | Jason |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "browser_action": { "default_icon": "logo.png", "default_popup": "popup.html" }, "description": "Custom Bookmark Button", "icons": { "128": "logo.png" }, "name": "Bookmark Button for Youtube", "permissions": [ "tabs" ], "version": "1.0.2" } |