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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Mya's Chrome Plug-in: Via Mya. Discover relevant search results from your trusted sources in one place."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Via Mya एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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'" } |