Juno Download Search

Search Juno Download for music.

Cos'è Juno Download Search?

Juno Download Search è un'estensione di Chrome sviluppata da Nick Jordan, e la sua funzione principale è "Search Juno Download for music.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Juno Download Search

Scarica i file di estensione Juno Download Search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This extension allows you to highlight a piece of text on a web page with your mouse and then, by right-clicking the selected text and selecting the context menu item, search the Juno Download site for that text.                    

Informazioni di Base sull'Estensione

Nome Juno Download Search Juno Download Search
ID hgikplcffoegplphgcabagfokkfedkba
URL Ufficiale https://chrome.google.com/webstore/detail/juno-download-search/hgikplcffoegplphgcabagfokkfedkba
Descrizione Search Juno Download for music.
Dimensione del File 26.83 KB
Conteggio Installazioni 56
Versione Corrente 0.6
Ultimo Aggiornamento 2013-07-15
Data di Pubblicazione 2013-07-15
Valutazione 2.33/5 Totale 6 Valutazioni
Sviluppatore Nick Jordan
Tipo di Pagamento free
URL della Pagina di Aiuto http://groups.google.com/group/jdsearchext
Lingue Supportate en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Juno Download Search",
    "version": "0.6",
    "manifest_version": 2,
    "description": "Search Juno Download for music.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon48.png",
        "default_title": "Juno Download Search",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "global.js"
            ]
        }
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "contextMenus"
    ]
}