Juno Download Search

Search Juno Download for music.

Qu'est-ce que Juno Download Search ?

Juno Download Search est une extension Chrome développée par Nick Jordan, et sa fonction principale est "Search Juno Download for music.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Juno Download Search

Téléchargez les fichiers d'extension Juno Download Search au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Juno Download Search Juno Download Search
ID hgikplcffoegplphgcabagfokkfedkba
URL Officiel https://chrome.google.com/webstore/detail/juno-download-search/hgikplcffoegplphgcabagfokkfedkba
Description Search Juno Download for music.
Taille du Fichier 26.83 KB
Nombre d'Installations 56
Version Actuelle 0.6
Dernière Mise à Jour 2013-07-15
Date de Publication 2013-07-15
Évaluation 2.33/5 Total 6 Évaluations
Développeur Nick Jordan
Type de Paiement free
URL de la Page d'Aide http://groups.google.com/group/jdsearchext
Langues Prises en Charge 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"
    ]
}