Juno Download Search
Search Juno Download for music.
Wat is Juno Download Search?
Juno Download Search is een Chrome-extensie ontwikkeld door Nick Jordan, en de belangrijkste functie is "Search Juno Download for music.".
Extensie Screenshots
Download het CRX-bestand van de extensie Juno Download Search
Download Juno Download Search-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | hgikplcffoegplphgcabagfokkfedkba |
Officiële URL | https://chrome.google.com/webstore/detail/juno-download-search/hgikplcffoegplphgcabagfokkfedkba |
Beschrijving | Search Juno Download for music. |
Bestandsgrootte | 26.83 KB |
Aantal Installaties | 56 |
Huidige Versie | 0.6 |
Laatst Bijgewerkt | 2013-07-15 |
Publicatiedatum | 2013-07-15 |
Beoordeling | 2.33/5 Totaal 6 Beoordelingen |
Ontwikkelaar | Nick Jordan |
Betalingswijze | free |
Help Pagina-URL | http://groups.google.com/group/jdsearchext |
Ondersteunde Talen | 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" ] } |