Juno Download Search

Search Juno Download for music.

What is Juno Download Search?

Juno Download Search is a Chrome extension developed by Nick Jordan, and its main feature is "Search Juno Download for music.".

Extension Screenshots

screenshot

Download Juno Download Search Extension CRX File

Download Juno Download Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Juno Download Search Juno Download Search
ID hgikplcffoegplphgcabagfokkfedkba
Official URL https://chrome.google.com/webstore/detail/juno-download-search/hgikplcffoegplphgcabagfokkfedkba
Description Search Juno Download for music.
File Size 26.83 KB
Installation Count 56
Current Version 0.6
Last Updated 2013-07-15
Publish Date 2013-07-15
Rating 2.33/5 Total 6 Ratings
Developer Nick Jordan
Payment Type free
Help Page URL http://groups.google.com/group/jdsearchext
Supported Languages 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"
    ]
}