TipMap

Quickly locate and display location or address from selected text in any webpage.

TipMapคืออะไร?

TipMap เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sainsmograf.com และคุณลักษณะหลักของมันคือ "Quickly locate and display location or address from selected text in any webpage."

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

screenshot
screenshot
screenshot

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

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

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

                        Highlight a location or address, right click and select "locate selected address" to open a map containing the location. 

Alternatively, click the TipMap icon on top of your browser and search the location you're looking for.

TipMap is powered by Mapbox and Google Map API.                    

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

ชื่อ TipMap TipMap
ID bkkihmlfkglciicldmilojfceepeebbp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tipmap/bkkihmlfkglciicldmilojfceepeebbp
คำอธิบาย Quickly locate and display location or address from selected text in any webpage.
ขนาดไฟล์ 169 KB
จำนวนการติดตั้ง 57
เวอร์ชันปัจจุบัน 0.1.3
อัปเดตครั้งล่าสุด 2016-04-07
วันที่เผยแพร่ 2016-04-07
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://sainsmograf.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.sainsmograf.com/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TipMap",
    "author": "Arif Widi Nugroho",
    "short_name": "TipMap",
    "description": "Quickly locate and display location or address from selected text in any webpage.",
    "version": "0.1.3",
    "browser_action": {
        "default_title": "TipMap",
        "default_icon": "img\/icon-64.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/lib\/jquery.min.js",
                "js\/lib\/bluebird.js",
                "js\/lib\/underscore.min.js",
                "js\/lib\/backbone.min.js",
                "js\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "map.html",
        "test.html",
        "css\/*",
        "js\/*",
        "img\/*"
    ],
    "permissions": [
        "activeTab",
        "contextMenus",
        "geolocation"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/*.mapbox.com https:\/\/*.googleapis.com; object-src 'self'",
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "64": "img\/icon-64.png",
        "128": "img\/icon-128.png",
        "256": "img\/icon-256.png"
    }
}