Earth Motivator

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

Vad är Earth Motivator?

Earth Motivator är en Chrome-tillägg utvecklad av rmr1012, och dess huvudfunktion är "Experience a beautiful image from Google Earth every time you open a new tab, AND get movitaged as you age!".

Tilläggsskärmbilder

screenshot

Ladda ner Earth Motivator-förlängningens CRX-fil

Ladda ner Earth Motivator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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)                    

Grundläggande Information om Tillägg

Namn Earth Motivator Earth Motivator
ID igfjpgcdnfamjiamliaakacifkmnmhjk
Officiell webbadress https://chrome.google.com/webstore/detail/earth-motivator/igfjpgcdnfamjiamliaakacifkmnmhjk
Beskrivning Experience a beautiful image from Google Earth every time you open a new tab, AND get movitaged as you age!
Filstorlek 383 KB
Antal Installationer 212
Aktuell Version 0.0.1
Senast Uppdaterad 2018-01-30
Publiceringsdatum 2018-01-30
Betyg 5.00/5 Totalt 5 Betyg
Utvecklare rmr1012
Betalningssätt free
Stödda Språk 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"
}