Via Mya

Mya's Chrome Plug-in: Via Mya. Discover relevant search results from your trusted sources in one place.

Via Mya là gì?

Via Mya là một tiện ích mở rộng Chrome được phát triển bởi Mya, và tính năng chính của nó là "Mya's Chrome Plug-in: Via Mya. Discover relevant search results from your trusted sources in one place.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Via Mya

Tải xuống các tệp mở rộng Via Mya dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Via Mya Via Mya
ID fjkjdgnmihiifahilmplmigancijomdm
URL Chính Thức https://chromewebstore.google.com/detail/via-mya/fjkjdgnmihiifahilmplmigancijomdm
Mô tả Mya's Chrome Plug-in: Via Mya. Discover relevant search results from your trusted sources in one place.
Kích Thước Tệp 1.56 MB
Số Lần Cài Đặt 24
Phiên Bản Hiện Tại 2
Cập Nhật Lần Cuối 2015-05-30
Ngày Phát Hành 2015-05-29
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Mya
Loại Thanh Toán free
Trang Web Mở Rộng http://withmya.com
URL Trang Trợ Giúp http://mya.uservoice.com/
Ngôn Ngữ Được Hỗ Trợ 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'"
}