Tweet Jukebox Loader
Browser Media Post.
什麼是Tweet Jukebox Loader?
Tweet Jukebox Loader是由https://www.tweetjukebox.com開發的Chrome擴展程式,該擴展的主要功能是“Browser Media Post.”。
擴展截圖
下載Tweet Jukebox Loader擴展crx文件
下載Tweet Jukebox Loader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The Tweet Jukebox Chrome Extension makes loading your jukeboxes easier than ever. By simply right clicking on your mouse while on a page you'd like to share, the Tweet Jukebox Extension populates a dialog box that will place the title along with the url (in shortened format) into the jukebox of your choice. Want to load some photos from one of your favorite sites. The Tweet Jukebox browser extension will handle that with ease. When you have your cursor over the selection you'll see the Tweet Jukebox logo appear. Simply click on it and it'll prepare your selection, including the title, a shortened URL, as well as the photo - all ready to put directly into a jukebox. It's super easy and fun. For more info, please see our YouTube tutorial at: https://www.youtube.com/watch?v=dSaYgxexqFo
擴展基本資訊
名稱 | Tweet Jukebox Loader |
ID | jchmbcmmdmibilflmgmlfnbfdjhacibe |
官方網址 | https://chromewebstore.google.com/detail/tweet-jukebox-loader/jchmbcmmdmibilflmgmlfnbfdjhacibe |
簡介 | Browser Media Post. |
檔案大小 | 171 KB |
安裝次數 | 197 |
目前版本 | 6 |
更新時間 | 2015-05-24 |
上架時間 | 2015-05-24 |
評分 | 4.94/5 共 18 次評分 |
開發者 | https://www.tweetjukebox.com |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://www.socialjukebox.com/privacy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tweet Jukebox Loader", "description": "Browser Media Post.", "version": "6", "page_action": { "default_icon": "tjbIcon_32.png" }, "background": { "page": "tweetjukebox.html" }, "content_scripts": [ { "js": [ "tweetJukeboxjq.js", "tweetJukeboxBackground.js", "tweetJukeboxHover.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "permissions": [ "http:\/\/www.tweetjukebox.com\/", "contextMenus" ], "icons": { "128": "tjbIcon_128.png", "16": "tjbIcon_16.png", "32": "tjbIcon_32.png", "64": "tjbIcon_64.png" } } |