MotiMap

World map backgrounds of various activities with a countdown timer! Counting next trip every moment for you!

O que é MotiMap?

MotiMap é uma extensão do Chrome desenvolvida por MotiMap, e sua principal característica é "World map backgrounds of various activities with a countdown timer! Counting next trip every moment for you!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão MotiMap

Baixe arquivos de extensão MotiMap no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome MotiMap MotiMap
ID ieniacpiejjjbbeconfomapjbgfjcjlb
URL Oficial https://chromewebstore.google.com/detail/motimap/ieniacpiejjjbbeconfomapjbgfjcjlb
Descrição World map backgrounds of various activities with a countdown timer! Counting next trip every moment for you!
Tamanho do Arquivo 12.34 MB
Contagem de Instalações 67
Versão Atual 0.4
Última Atualização 2019-07-17
Data de Publicação 2019-07-16
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor MotiMap
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
}