Wareko Map This

This extension will let you get a Wareko Map for any selected address on a webpage.

Wareko Map This란 무엇입니까?

Wareko Map This은(는) https://www.wareko.jp에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension will let you get a Wareko Map for any selected address on a webpage."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Wareko Map This 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Select any word or sentence in a website.
Usually, they are name of the place or the address of the place you are interested in.
Then, right click 
and execute 'Wareko Map This'.

The Wareko Map will be opened in a new tab in Chrome and you can see the map and streetview there. Wareko Map is developed using Google Maps API.

My web site: http://www.wareko.jp
Wareko Map:  http://www.wareko.jp/map/                    

확장 프로그램 기본 정보

이름 Wareko Map This Wareko Map This
ID mhalbcjmgdgcmcenkmacealabcfkbcha
공식 URL https://chromewebstore.google.com/detail/wareko-map-this/mhalbcjmgdgcmcenkmacealabcfkbcha
설명 This extension will let you get a Wareko Map for any selected address on a webpage.
파일 크기 6.89 KB
설치 횟수 66
현재 버전 1.2
최근 업데이트 2015-12-06
출시 날짜 2015-12-06
개발자 https://www.wareko.jp
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wareko Map This",
    "description": "This extension will let you get a Wareko Map for any selected address on a webpage.",
    "version": "1.2",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "",
        "background"
    ]
}