Google Map 2 Ingress Intel Map

It will add the ability to open the Ingress Intel Map of the same location in Google Map.

什麼是Google Map 2 Ingress Intel Map?

Google Map 2 Ingress Intel Map是由smeghead開發的Chrome擴展程式,該擴展的主要功能是“It will add the ability to open the Ingress Intel Map of the same location in Google Map.”。

擴展截圖

screenshot

下載Google Map 2 Ingress Intel Map擴展crx文件

下載Google Map 2 Ingress Intel Map擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        # Google Map 2 Ingress Intel Map #

It'll add the Ingress button on google map.
When you are viewing the map in google map, when you click the ingress button to open the same place in the Ingress Intel Map.                    

擴展基本資訊

名稱 Google Map 2 Ingress Intel Map Google Map 2 Ingress Intel Map
ID cmoccnblfpgoffpdefdhiikpohfcnocf
官方網址 https://chromewebstore.google.com/detail/google-map-2-ingress-inte/cmoccnblfpgoffpdefdhiikpohfcnocf
簡介 It will add the ability to open the Ingress Intel Map of the same location in Google Map.
檔案大小 82.81 KB
安裝次數 1,935
目前版本 0.1.2
更新時間 2015-07-28
上架時間 2015-07-27
評分 3.17/5 共 12 次評分
開發者 smeghead
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google Map 2 Ingress Intel Map",
    "version": "0.1.2",
    "short_name": "GoogleMap2IntelMap",
    "description": "It will add the ability to open the Ingress Intel Map of the same location in Google Map.",
    "icons": {
        "48": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/map*",
                "https:\/\/www.google.com.ar\/map*",
                "https:\/\/www.google.com.au\/map*",
                "https:\/\/www.google.com.br\/map*",
                "https:\/\/www.google.com.co\/map*",
                "https:\/\/www.google.com.do\/map*",
                "https:\/\/www.google.com.mx\/map*",
                "https:\/\/www.google.com.my\/map*",
                "https:\/\/www.google.com.pe\/map*",
                "https:\/\/www.google.com.sa\/map*",
                "https:\/\/www.google.com.sg\/map*",
                "https:\/\/www.google.com.tw\/map*",
                "https:\/\/www.google.com.ua\/map*",
                "https:\/\/www.google.ca\/map*",
                "https:\/\/www.google.ch\/map*",
                "https:\/\/www.google.cl\/map*",
                "https:\/\/www.google.co.cr\/map*",
                "https:\/\/www.google.co.hu\/map*",
                "https:\/\/www.google.co.id\/map*",
                "https:\/\/www.google.co.il\/map*",
                "https:\/\/www.google.co.in\/map*",
                "https:\/\/www.google.co.jp\/map*",
                "https:\/\/www.google.co.ma\/map*",
                "https:\/\/www.google.co.nz\/map*",
                "https:\/\/www.google.co.th\/map*",
                "https:\/\/www.google.co.uk\/map*",
                "https:\/\/www.google.co.ve\/map*",
                "https:\/\/www.google.co.za\/map*",
                "https:\/\/www.google.de\/map*",
                "https:\/\/www.google.es\/map*",
                "https:\/\/www.google.fi\/map*",
                "https:\/\/www.google.fr\/map*",
                "https:\/\/www.google.gr\/map*",
                "https:\/\/www.google.hr\/map*",
                "https:\/\/www.google.ie\/map*",
                "https:\/\/www.google.it\/map*",
                "https:\/\/www.google.jp\/map*",
                "https:\/\/www.google.lt\/map*",
                "https:\/\/www.google.nl\/map*",
                "https:\/\/www.google.pl\/map*",
                "https:\/\/www.google.pt\/map*",
                "https:\/\/www.google.ro\/map*",
                "https:\/\/www.google.ru\/map*",
                "https:\/\/www.google.se\/map*",
                "https:\/\/www.google.sk\/map*",
                "https:\/\/www.google.us\/map*"
            ],
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/jquery-1.7.2.js",
                "content-script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}