Earth Motivator

Experience a beautiful image from Google Earth every time you open a new tab, AND get movitaged as you age!

O que é Earth Motivator?

Earth Motivator é uma extensão do Chrome desenvolvida por rmr1012, e sua principal característica é "Experience a beautiful image from Google Earth every time you open a new tab, AND get movitaged as you age!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Earth Motivator

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

                        A life clocks that will tick as you age, on top of a beautiful image of earth from Google Earth. 

Built from Earth View from Google Earth (https://chrome.google.com/webstore/detail/earth-view-from-google-ea/bhloflhklmhfpedakmangadcdofhnnoh?hl=en)
and Motivation (https://chrome.google.com/webstore/detail/motivation/ofdgfpchbidcgncgfpdlpclnpaemakoj?hl=en)                    

Informações Básicas da Extensão

Nome Earth Motivator Earth Motivator
ID igfjpgcdnfamjiamliaakacifkmnmhjk
URL Oficial https://chrome.google.com/webstore/detail/earth-motivator/igfjpgcdnfamjiamliaakacifkmnmhjk
Descrição Experience a beautiful image from Google Earth every time you open a new tab, AND get movitaged as you age!
Tamanho do Arquivo 383 KB
Contagem de Instalações 212
Versão Atual 0.0.1
Última Atualização 2018-01-30
Data de Publicação 2018-01-30
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor rmr1012
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "namespace.js",
            "imageIds.js",
            "onInstall.js",
            "app\/app.js",
            "js\/handlebars.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "author": "Dennis Ren, Credit to Motivation and Google Earth Extension",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "Experience a beautiful image from Google Earth every time you open a new tab, AND get movitaged as you age!",
    "icons": {
        "128": "images\/icons\/icon-128.png",
        "16": "images\/icons\/icon-16.png",
        "48": "images\/icons\/icon-48.png"
    },
    "manifest_version": 2,
    "name": "Earth Motivator",
    "version": "0.0.1"
}