MotiMap
World map backgrounds of various activities with a countdown timer! Counting next trip every moment for you!
MotiMap là gì?
MotiMap là một tiện ích mở rộng Chrome được phát triển bởi MotiMap, và tính năng chính của nó là "World map backgrounds of various activities with a countdown timer! Counting next trip every moment for you!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng MotiMap
Tải xuống các tệp mở rộng MotiMap dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ieniacpiejjjbbeconfomapjbgfjcjlb |
URL Chính Thức | https://chromewebstore.google.com/detail/motimap/ieniacpiejjjbbeconfomapjbgfjcjlb |
Mô tả | World map backgrounds of various activities with a countdown timer! Counting next trip every moment for you! |
Kích Thước Tệp | 12.34 MB |
Số Lần Cài Đặt | 67 |
Phiên Bản Hiện Tại | 0.4 |
Cập Nhật Lần Cuối | 2019-07-17 |
Ngày Phát Hành | 2019-07-16 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | MotiMap |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } |