Wander - Enjoy new locations
Enjoy a new location every time Google Maps is opened.
Wander - Enjoy new locationsคืออะไร?
Wander - Enjoy new locations เป็นส่วนขยายของ Chrome ที่พัฒนาโดย G. Hussain Chinoy และคุณลักษณะหลักของมันคือ "Enjoy a new location every time Google Maps is opened."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Wander - Enjoy new locations
ดาวน์โหลดไฟล์ส่วนขยาย Wander - Enjoy new locations ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Explore new locations every time Google Maps is opened. A great way to get a fresh perspective.
Install the extension then go to maps.google.com or www.google.com/maps in the omnibar.
Please note, there's a lot of water on earth :)
Source available: github.com/ghchinoy/wander ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | enlmcegliapfhohngccbdgehjdbhjpbm |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/wander-enjoy-new-location/enlmcegliapfhohngccbdgehjdbhjpbm |
| คำอธิบาย | Enjoy a new location every time Google Maps is opened. |
| ขนาดไฟล์ | 32.38 KB |
| จำนวนการติดตั้ง | 31 |
| เวอร์ชันปัจจุบัน | 1.0.2 |
| อัปเดตครั้งล่าสุด | 2015-03-03 |
| วันที่เผยแพร่ | 2015-03-03 |
| คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
| ผู้พัฒนา | G. Hussain Chinoy |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Wander - Enjoy new locations",
"description": "Enjoy a new location every time Google Maps is opened.",
"version": "1.0.2",
"manifest_version": 2,
"author": "G. Hussain Chinoy",
"short_name": "Wander",
"icons": {
"16": "images\/wander_16.png",
"32": "images\/wander_32.png",
"48": "images\/wander_48.png",
"128": "images\/wander_128.png"
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"webRequest",
"*:\/\/maps.google.com\/*",
"*:\/\/www.google.com\/maps\/*",
"webRequestBlocking"
]
} | |