Open Tab, Map

Open a new tab and explore an interactive map of a random sports stadium behind a Google search!

Open Tab, Map란 무엇입니까?

Open Tab, Map은(는) timwdeveloper에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Open a new tab and explore an interactive map of a random sports stadium behind a Google search!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Open Tab, Map 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This is a must have for every sports or mapping fan!

V2.0: Added team logos and names

When you open a new Tab, it will randomly show a NFL, MLB or CFB stadium behind a google search bar. You can also pick your favorite stadium and only show it.

In the tab you can do the following:

- Zoom in/out and pan the map
- You can switch between Aerials and a Street Map
- Click on the Stadiums name and see its Wikipedia entry
- Add shortcut buttons to popular websites

In the future I will add more sports arenas (NBA/NHL),shortcut options and mapping functions.                    

확장 프로그램 기본 정보

이름 Open Tab, Map Open Tab, Map
ID eehkgnjcficnmpnocjabenpcigiljeml
공식 URL https://chrome.google.com/webstore/detail/open-tab-map/eehkgnjcficnmpnocjabenpcigiljeml
설명 Open a new tab and explore an interactive map of a random sports stadium behind a Google search!
파일 크기 332 KB
설치 횟수 42
현재 버전 2.0
최근 업데이트 2016-07-02
출시 날짜 2016-07-02
평점 4.82/5 총 11 개의 평점
개발자 timwdeveloper
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "install.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/suggestqueries.google.com 'unsafe-eval'; object-src 'self'",
    "description": "Open a new tab and explore an interactive map of a random sports stadium behind a Google search!",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon19.png",
        "48": "images\/icon48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtLDR9IxSFp2Hd3Sss\/il\/nPYEmGuUde5vdJyZ1q1X\/Oq\/Jfh8CaNKofQCMdrBr53FefXrdMLmdzv4M6tbUjD0Ng4YCwm81hmveZGhag549CXzD9CjovJnBTNE2I5OXhKlpKtg3qzNBtX6bnX06tGOEqhH4cftt3d0opvhoIprJO9GIzMo0hNrJHK0gLGWbRbut8xOKteRMCoEaJ7KaEvp4UtvhuSWQe0Avn3rTxJt7rk4axzmVttnN7th9XrI4K\/zFS4NPuNnXyreuWsbud5ypXuNWIA6NEL+Mlf56RVzqZ4nbRk\/PVfJowHbPSikX1MF0n9Zc5rYi1ZMiNV6l4s9QIDAQAB",
    "manifest_version": 2,
    "name": "Open Tab, Map",
    "options_page": "options\/options.html",
    "permissions": [
        "tabs",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0"
}