Via Mya
Mya's Chrome Plug-in: Via Mya. Discover relevant search results from your trusted sources in one place.
Wat is Via Mya?
Via Mya is een Chrome-extensie ontwikkeld door Mya, en de belangrijkste functie is "Mya's Chrome Plug-in: Via Mya. Discover relevant search results from your trusted sources in one place.".
Extensie Screenshots
Download het CRX-bestand van de extensie Via Mya
Download Via Mya-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | fjkjdgnmihiifahilmplmigancijomdm |
Officiële URL | https://chromewebstore.google.com/detail/via-mya/fjkjdgnmihiifahilmplmigancijomdm |
Beschrijving | Mya's Chrome Plug-in: Via Mya. Discover relevant search results from your trusted sources in one place. |
Bestandsgrootte | 1.56 MB |
Aantal Installaties | 24 |
Huidige Versie | 2 |
Laatst Bijgewerkt | 2015-05-30 |
Publicatiedatum | 2015-05-29 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Mya |
Betalingswijze | free |
Extensiewebsite | http://withmya.com |
Help Pagina-URL | http://mya.uservoice.com/ |
Ondersteunde Talen | 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'" } |