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" } |