Maps with what3words

Get what3words addresses in Google and Bing Maps. Supports 40 languages

Maps with what3wordsคืออะไร?

Maps with what3words เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Arjun Ganesan และคุณลักษณะหลักของมันคือ "Get what3words addresses in Google and Bing Maps. Supports 40 languages"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Maps with what3words

ดาวน์โหลดไฟล์ส่วนขยาย Maps with what3words ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Get what3words addresses in Google and Bing Maps. Search for what3words locations in map. Supports 40 languages.

    * Search with what3words address in chrome address bar, google search, google/bing maps
    * Find what3words address of a location in google/bing maps

For more details,

Google Maps: https://www.notion.so/Using-what3words-in-Google-Maps-87e0b23d05b3485bb17101345ba3e111

Bing Maps: https://www.notion.so/Using-what3words-in-Bing-Maps-ec84ead5163d4d6a969ef60f65227340                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Maps with what3words Maps with what3words
ID kjdggbneannapcpmgobggobbnhecfpbh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/maps-with-what3words/kjdggbneannapcpmgobggobbnhecfpbh
คำอธิบาย Get what3words addresses in Google and Bing Maps. Supports 40 languages
ขนาดไฟล์ 1.08 MB
จำนวนการติดตั้ง 13,718
เวอร์ชันปัจจุบัน 1.3.4
อัปเดตครั้งล่าสุด 2021-06-27
วันที่เผยแพร่ 2020-04-21
คะแนน 2.84/5 รวมทั้งหมด 25 คะแนน
ผู้พัฒนา Arjun Ganesan
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://www.notion.so/Using-what3words-in-Google-Maps-87e0b23d05b3485bb17101345ba3e111
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "1.3.4",
    "short_name": "__MSG_appShortName__",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "omnibox": {
        "keyword": "\/\/\/"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "__MSG_browserActionTitle__",
        "default_popup": "pages\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "include_globs": [
                "https:\/\/maps.google.*\/*",
                "https:\/\/google.*\/maps",
                "https:\/\/google.*\/maps*",
                "https:\/\/google.*\/maps\/*",
                "https:\/\/www.google.*\/maps",
                "https:\/\/www.google.*\/maps*",
                "https:\/\/www.google.*\/maps\/*",
                "https:\/\/google.*\/*",
                "https:\/\/google.*\/search",
                "https:\/\/google.*\/search*",
                "https:\/\/google.*\/search\/*",
                "https:\/\/google.*\/webhp",
                "https:\/\/google.*\/webhp*",
                "https:\/\/google.*\/webhp\/*",
                "https:\/\/www.google.*\/*",
                "https:\/\/www.google.*\/search",
                "https:\/\/www.google.*\/search*",
                "https:\/\/www.google.*\/search\/*",
                "https:\/\/www.google.*\/webhp",
                "https:\/\/www.google.*\/webhp*",
                "https:\/\/www.google.*\/webhp\/*",
                "https:\/\/www.bing.com\/",
                "https:\/\/bing.com\/",
                "https:\/\/www.bing.com\/*",
                "https:\/\/bing.com\/*",
                "https:\/\/www.bing.com\/maps",
                "https:\/\/bing.com\/maps",
                "https:\/\/www.bing.com\/maps*",
                "https:\/\/bing.com\/maps*",
                "https:\/\/bing.com\/maps\/*",
                "https:\/\/www.bing.com\/maps\/*"
            ],
            "css": [
                "styles\/contentscript.css"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "images\/*.png",
        "images\/flags\/*.svg"
    ],
    "permissions": [
        "storage",
        ""
    ]
}