Earth Motivator
Experience a beautiful image from Google Earth every time you open a new tab, AND get movitaged as you age!
Was ist Earth Motivator?
Earth Motivator ist eine Chrome-Erweiterung, die von rmr1012 entwickelt wurde, und ihr Hauptmerkmal ist "Experience a beautiful image from Google Earth every time you open a new tab, AND get movitaged as you age!".
Erweiterungsscreenshots
Earth Motivator-Erweiterungs-CRX-Datei herunterladen
Laden Sie Earth Motivator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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)
Grundlegende Informationen zur Erweiterung
Name | |
ID | igfjpgcdnfamjiamliaakacifkmnmhjk |
Offizielle URL | https://chrome.google.com/webstore/detail/earth-motivator/igfjpgcdnfamjiamliaakacifkmnmhjk |
Beschreibung | Experience a beautiful image from Google Earth every time you open a new tab, AND get movitaged as you age! |
Dateigröße | 383 KB |
Installationsanzahl | 212 |
Aktuelle Version | 0.0.1 |
Letztes Update | 2018-01-30 |
Veröffentlichungsdatum | 2018-01-30 |
Bewertung | 5.00/5 Insgesamt 5 Bewertungen |
Entwickler | rmr1012 |
Zahlungsart | free |
Unterstützte Sprachen | 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" } |