Tweet Jukebox Loader

Browser Media Post.

Τι είναι το Tweet Jukebox Loader;

Το Tweet Jukebox Loader είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.tweetjukebox.com, και η κύρια λειτουργία του είναι "Browser Media Post.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Tweet Jukebox Loader

Λήψη αρχείων επέκτασης 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 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"
    }
}