Waze Sampler
Waze sampler extension.
Waze Samplerคืออะไร?
Waze Sampler เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Gil Amran และคุณลักษณะหลักของมันคือ "Waze sampler extension."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Waze Sampler
ดาวน์โหลดไฟล์ส่วนขยาย Waze Sampler ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A utility that will check the time it takes to drive from one address to another, and will report the result on the extension icon. A Green, Blue, Red color will mark if travel time is good, ok, or bad accordingly. (Thresholds are given by the user)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | elldjckhpdnhbelhaflkbmkiopgeijhi |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/waze-sampler/elldjckhpdnhbelhaflkbmkiopgeijhi |
คำอธิบาย | Waze sampler extension. |
ขนาดไฟล์ | 1.74 MB |
จำนวนการติดตั้ง | 177 |
เวอร์ชันปัจจุบัน | 0.0.7 |
อัปเดตครั้งล่าสุด | 2019-02-18 |
วันที่เผยแพร่ | 2019-02-18 |
คะแนน | 3.83/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | Gil Amran |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Waze Sampler", "version": "0.0.7", "manifest_version": 2, "description": "Waze sampler extension.", "homepage_url": "http:\/\/www.gilamran.com", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "page": "src\/bg\/background.html", "persistent": true }, "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/www.waze.com\/*" ], "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Waze Sampler", "default_popup": "src\/popup\/popup.html" } } |