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