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 |
官方網址 | 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" ] } |