Juno Download Search
Search Juno Download for music.
Was ist Juno Download Search?
Juno Download Search ist eine Chrome-Erweiterung, die von Nick Jordan entwickelt wurde, und ihr Hauptmerkmal ist "Search Juno Download for music.".
Erweiterungsscreenshots
Juno Download Search-Erweiterungs-CRX-Datei herunterladen
Laden Sie Juno Download Search-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | hgikplcffoegplphgcabagfokkfedkba |
Offizielle URL | https://chrome.google.com/webstore/detail/juno-download-search/hgikplcffoegplphgcabagfokkfedkba |
Beschreibung | Search Juno Download for music. |
Dateigröße | 26.83 KB |
Installationsanzahl | 56 |
Aktuelle Version | 0.6 |
Letztes Update | 2013-07-15 |
Veröffentlichungsdatum | 2013-07-15 |
Bewertung | 2.33/5 Insgesamt 6 Bewertungen |
Entwickler | Nick Jordan |
Zahlungsart | free |
Hilfeseite URL | http://groups.google.com/group/jdsearchext |
Unterstützte Sprachen | 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" ] } |