Juno Download Search
Search Juno Download for music.
Hvad er Juno Download Search?
Juno Download Search er en Chrome-udvidelse udviklet af Nick Jordan, og dens hovedfunktion er "Search Juno Download for music.".
Udvidelsesskærmbilleder
Download Juno Download Search-udvidelses-CRX-fil
Download Juno Download Search-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | |
ID | hgikplcffoegplphgcabagfokkfedkba |
Officiel URL | https://chrome.google.com/webstore/detail/juno-download-search/hgikplcffoegplphgcabagfokkfedkba |
Beskrivelse | Search Juno Download for music. |
Filstørrelse | 26.83 KB |
Antal Installationer | 56 |
Nuværende Version | 0.6 |
Senest Opdateret | 2013-07-15 |
Udgivelsesdato | 2013-07-15 |
Bedømmelse | 2.33/5 Samlet 6 Bedømmelser |
Udvikler | Nick Jordan |
Betalingsmetode | free |
Hjælpeside-URL | http://groups.google.com/group/jdsearchext |
Understøttede Sprog | 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" ] } |