Mapillary – Crowdsourced Street Images

Explore the world with Mapillary street images.

Mapillary – Crowdsourced Street Images란 무엇입니까?

Mapillary – Crowdsourced Street Images은(는) Mapillary에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Explore the world with Mapillary street images."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Mapillary – Crowdsourced Street Images 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Mapillary is the street-level imagery platform that uses computer vision to fix the world's maps.

This extension features Mapillary street images captured and shared by the Mapillary community. Press explore and go for a virtual tour. 

Mapillary is a community-­based photo app for capture, share and explore street photos. By using the phone’s camera you can create your own street level views of places you find interesting and beautiful. By publishing them to Mapillary you can share virtual tours with friends and the rest of the world. 

Mapillary is a community where everyone is contributing and benefiting with help from each other. Collectively we are creating photo map the world with simple tools and little effort. Get involved!                    

확장 프로그램 기본 정보

이름 Mapillary – Crowdsourced Street Images Mapillary – Crowdsourced Street Images
ID lkokbfpnhgcnkhecedjgdemlohbaomjd
공식 URL https://chromewebstore.google.com/detail/mapillary-%E2%80%93-crowdsourced/lkokbfpnhgcnkhecedjgdemlohbaomjd
설명 Explore the world with Mapillary street images.
파일 크기 40.65 KB
설치 횟수 354
현재 버전 1.0.12
최근 업데이트 2020-08-04
출시 날짜 2019-02-10
평점 4.72/5 총 25 개의 평점
개발자 Mapillary
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.mapillary.com
개인정보 보호 정책 페이지 URL http://www.mapillary.com/privacy.html
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mapillary \u2013 Crowdsourced Street Images",
    "short_name": "Mapillary",
    "homepage_url": "https:\/\/www.mapillary.com\/",
    "author": "Mapillary",
    "version": "1.0.12",
    "description": "Explore the world with Mapillary street images.",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "128": "\/img\/mpy_chrome_logo.png"
    },
    "applications": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "45.0"
        }
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}