Juno Download Search

Search Juno Download for music.

Vad är Juno Download Search?

Juno Download Search är en Chrome-tillägg utvecklad av Nick Jordan, och dess huvudfunktion är "Search Juno Download for music.".

Tilläggsskärmbilder

screenshot

Ladda ner Juno Download Search-förlängningens CRX-fil

Ladda ner Juno Download Search-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Juno Download Search Juno Download Search
ID hgikplcffoegplphgcabagfokkfedkba
Officiell webbadress https://chrome.google.com/webstore/detail/juno-download-search/hgikplcffoegplphgcabagfokkfedkba
Beskrivning Search Juno Download for music.
Filstorlek 26.83 KB
Antal Installationer 56
Aktuell Version 0.6
Senast Uppdaterad 2013-07-15
Publiceringsdatum 2013-07-15
Betyg 2.33/5 Totalt 6 Betyg
Utvecklare Nick Jordan
Betalningssätt free
Hjälpsida URL http://groups.google.com/group/jdsearchext
Stödda Språk 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"
    ]
}