Wareko Map This
This extension will let you get a Wareko Map for any selected address on a webpage.
Wareko Map Thisคืออะไร?
Wareko Map This เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.wareko.jp และคุณลักษณะหลักของมันคือ "This extension will let you get a Wareko Map for any selected address on a webpage."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Wareko Map This
ดาวน์โหลดไฟล์ส่วนขยาย Wareko Map This ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Select any word or sentence in a website. Usually, they are name of the place or the address of the place you are interested in. Then, right click and execute 'Wareko Map This'. The Wareko Map will be opened in a new tab in Chrome and you can see the map and streetview there. Wareko Map is developed using Google Maps API. My web site: http://www.wareko.jp Wareko Map: http://www.wareko.jp/map/
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Wareko Map This |
ID | mhalbcjmgdgcmcenkmacealabcfkbcha |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/wareko-map-this/mhalbcjmgdgcmcenkmacealabcfkbcha |
คำอธิบาย | This extension will let you get a Wareko Map for any selected address on a webpage. |
ขนาดไฟล์ | 6.89 KB |
จำนวนการติดตั้ง | 66 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2015-12-06 |
วันที่เผยแพร่ | 2015-12-06 |
ผู้พัฒนา | https://www.wareko.jp |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Wareko Map This", "description": "This extension will let you get a Wareko Map for any selected address on a webpage.", "version": "1.2", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "permissions": [ "contextMenus", "tabs", "activeTab", "http:\/\/*\/*", "https:\/\/*\/*", " |