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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Via Mya 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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.                    

확장 프로그램 기본 정보

이름 Via Mya Via Mya
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'"
}