Smart GIS
Smart GIS
Smart GISคืออะไร?
Smart GIS เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dmitry Uspenskiy และคุณลักษณะหลักของมันคือ "Smart GIS"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Smart GIS
ดาวน์โหลดไฟล์ส่วนขยาย Smart GIS ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Smart GIS |
ID | adpchdbnldfocnebbepmjcplfgdcjfme |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/smart-gis/adpchdbnldfocnebbepmjcplfgdcjfme |
คำอธิบาย | Smart GIS |
ขนาดไฟล์ | 32.06 KB |
จำนวนการติดตั้ง | 81 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2017-03-10 |
วันที่เผยแพร่ | 2017-03-09 |
ผู้พัฒนา | Dmitry Uspenskiy |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Smart GIS", "name": "Smart GIS", "permissions": [ "tabs", "notifications", "activeTab", "storage" ], "background": { "page": "background.html" }, "version": "0.1", "manifest_version": 2, "options_page": "options.html", "browser_action": { "default_icon": "icon-19.png", "default_title": "Smart GIS", "default_popup": "popup.html" }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" } } |