MoTo

A clone of Momentum, with three new productivity features.

O que é MoTo?

MoTo é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "A clone of Momentum, with three new productivity features.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão MoTo

Baixe arquivos de extensão MoTo 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

                        Enchance your new tab with a personalized dashboard.

MoTo (FREE) comes with the following features:
- Daily inspirational quotes and photos
- Your location's current weather forecast
- Your current time 
- A todo list to keep you organized
- A pomodoro tracker to manage your time
- an MIT feature to make you your get to your daily priorities                    

Informações Básicas da Extensão

Nome MoTo MoTo
ID dphhdfamcpkbdkmjighbmocgpfpmnkbh
URL Oficial https://chromewebstore.google.com/detail/moto/dphhdfamcpkbdkmjighbmocgpfpmnkbh
Descrição A clone of Momentum, with three new productivity features.
Tamanho do Arquivo 20.28 MB
Contagem de Instalações 41
Versão Atual 1.0.0
Última Atualização 2019-12-23
Data de Publicação 2019-12-16
Classificação 4.00/5 Total de 2 Avaliações
Desenvolvedor Unknown
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MoTo",
    "description": "A clone of Momentum, with three new productivity features.",
    "version": "1.0.0",
    "icons": {
        "128": "icon.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "tabs"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.js",
            "js\/modal.js",
            "js\/pomodoro.js",
            "js\/quote.js",
            "js\/time.js",
            "js\/todo.js",
            "js\/weather-app\/weather.js",
            "js\/weather-app\/config.js.secret",
            "js\/greeting\/greetings.js",
            "js\/greeting\/greetTypes.json",
            "js\/dynamicBackground\/bgList.js",
            "js\/dynamicBackground\/dynamic-bg.js",
            "js\/mit.js"
        ]
    }
}