Via Mya
Mya's Chrome Plug-in: Via Mya. Discover relevant search results from your trusted sources in one place.
Via Myaとは何ですか?
Via MyaはMyaによって開発されたChromeの拡張機能で、その主な機能は「Mya's Chrome Plug-in: Via Mya. Discover relevant search results from your trusted sources in one place.」です。
拡張機能のスクリーンショット
Via Mya拡張機能のCRXファイルをダウンロード
Via Mya拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Introducing Via Mya, the Mya plugin for Chrome. ***** NEW in 1.1 ***** > Right click on any selected phrase and schedule future discoveries. > Add any website as a channel in Mya with a simple right click. ***** v 1.0 features ***** When searching on Google, Yahoo! or Bing, you can quickly pull in results from your preferred channels, as well as see recommended sources based on relevance. When on a website, you can quickly find relevant pages matching a keyword. Run instant discoveries by typing "Mya" and hitting tab in the url/search bar, or manage your channels to personalize your web search quickly and efficiently. All powered by your Mya profile - sign-up for free http://withmya.com.
拡張機能の基本情報
名前 | |
ID | fjkjdgnmihiifahilmplmigancijomdm |
公式URL | https://chromewebstore.google.com/detail/via-mya/fjkjdgnmihiifahilmplmigancijomdm |
説明 | Mya's Chrome Plug-in: Via Mya. Discover relevant search results from your trusted sources in one place. |
ファイルサイズ | 1.56 MB |
インストール数 | 24 |
現在のバージョン | 2 |
最終更新日 | 2015-05-30 |
公開日 | 2015-05-29 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Mya |
支払い方法 | free |
拡張機能のウェブサイト | http://withmya.com |
ヘルプページのURL | http://mya.uservoice.com/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Via Mya", "version": "2", "description": "Mya's Chrome Plug-in: Via Mya. Discover relevant search results from your trusted sources in one place.", "permissions": [ "activeTab", "contextMenus", "notifications", "tabs", "https:\/\/myalearning.appspot.com\/*", "https:\/\/chrome-dot-latest-dot-myalearning.appspot.com\/*" ], "browser_action": { "default_title": "Via Mya", "default_icon": "icon.png", "default_popup": "viamya.html" }, "icons": { "16": "icon16x16.png", "48": "icon48x48.png", "128": "icon128x128.png" }, "background": { "persistent": false, "scripts": [ "background-viamya.js" ] }, "omnibox": { "keyword": "mya" }, "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'" } |