MotiMap
World map backgrounds of various activities with a countdown timer! Counting next trip every moment for you!
MotiMapคืออะไร?
MotiMap เป็นส่วนขยายของ Chrome ที่พัฒนาโดย MotiMap และคุณลักษณะหลักของมันคือ "World map backgrounds of various activities with a countdown timer! Counting next trip every moment for you!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MotiMap
ดาวน์โหลดไฟล์ส่วนขยาย MotiMap ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
With Motimap, you can set the map of your intention and the time of your next trip, and, the timer starts counting! Every time you open a tab, it reminds you of your next fancy trip! Motimap here helping you to live on your travel dreams and keep you being productive! Available map: Bucket list Climbing Dive Golf Hiking Kite surf Mountain Bike Map Snow Surfing Map source: https://awesome-maps.com?ref=dream
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ieniacpiejjjbbeconfomapjbgfjcjlb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/motimap/ieniacpiejjjbbeconfomapjbgfjcjlb |
คำอธิบาย | World map backgrounds of various activities with a countdown timer! Counting next trip every moment for you! |
ขนาดไฟล์ | 12.34 MB |
จำนวนการติดตั้ง | 67 |
เวอร์ชันปัจจุบัน | 0.4 |
อัปเดตครั้งล่าสุด | 2019-07-17 |
วันที่เผยแพร่ | 2019-07-16 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | MotiMap |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "motivation.js" ] }, "chrome_url_overrides": { "newtab": "dashboard.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "description": "World map backgrounds of various activities with a countdown timer! Counting next trip every moment for you!", "icons": { "256": "icon-256.png", "128": "icon-128.png", "16": "icon-16.png", "48": "icon-48.png" }, "manifest_version": 2, "name": "MotiMap", "offline_enabled": true, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.4" } |