Tweet Jukebox Loader

Browser Media Post.

Tweet Jukebox Loader란 무엇입니까?

Tweet Jukebox Loader은(는) https://www.tweetjukebox.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Browser Media Post."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Tweet Jukebox Loader 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 Tweet Jukebox Loader
ID jchmbcmmdmibilflmgmlfnbfdjhacibe
공식 URL 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"
    }
}