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" ] } |