Earth Motivator

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

Wat is Earth Motivator?

Earth Motivator is een Chrome-extensie ontwikkeld door rmr1012, en de belangrijkste functie is "Experience a beautiful image from Google Earth every time you open a new tab, AND get movitaged as you age!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Earth Motivator

Download Earth Motivator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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)                    

Basisinformatie over de Extensie

Naam Earth Motivator Earth Motivator
ID igfjpgcdnfamjiamliaakacifkmnmhjk
Officiële URL https://chrome.google.com/webstore/detail/earth-motivator/igfjpgcdnfamjiamliaakacifkmnmhjk
Beschrijving Experience a beautiful image from Google Earth every time you open a new tab, AND get movitaged as you age!
Bestandsgrootte 383 KB
Aantal Installaties 212
Huidige Versie 0.0.1
Laatst Bijgewerkt 2018-01-30
Publicatiedatum 2018-01-30
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar rmr1012
Betalingswijze free
Ondersteunde Talen 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"
}