Juno Download Search
Search Juno Download for music.
什么是Juno Download Search?
Juno Download Search是由Nick Jordan开发的Chrome扩展程序,该扩展的主要功能是“Search Juno Download for music.”。
扩展截图
下载Juno Download Search扩展crx文件
下载Juno Download Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | hgikplcffoegplphgcabagfokkfedkba |
官方URL | https://chrome.google.com/webstore/detail/juno-download-search/hgikplcffoegplphgcabagfokkfedkba |
简介 | Search Juno Download for music. |
文件大小 | 26.83 KB |
安装次数 | 56 |
当前版本 | 0.6 |
更新时间 | 2013-07-15 |
上架时间 | 2013-07-15 |
评分 | 2.33/5 共6次评分 |
开发者 | Nick Jordan |
付费类型 | free |
帮助页面URL | http://groups.google.com/group/jdsearchext |
支持的语言 | 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" ] } |