Via Mya
Mya's Chrome Plug-in: Via Mya. Discover relevant search results from your trusted sources in one place.
What is Via Mya?
Via Mya is a Chrome extension developed by Mya, and its main feature is "Mya's Chrome Plug-in: Via Mya. Discover relevant search results from your trusted sources in one place.".
Extension Screenshots
Download Via Mya Extension CRX File
Download Via Mya extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | fjkjdgnmihiifahilmplmigancijomdm |
Official URL | https://chromewebstore.google.com/detail/via-mya/fjkjdgnmihiifahilmplmigancijomdm |
Description | Mya's Chrome Plug-in: Via Mya. Discover relevant search results from your trusted sources in one place. |
File Size | 1.56 MB |
Installation Count | 24 |
Current Version | 2 |
Last Updated | 2015-05-30 |
Publish Date | 2015-05-29 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Mya |
Payment Type | free |
Extension Website | http://withmya.com |
Help Page URL | http://mya.uservoice.com/ |
Supported Languages | 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'" } |