Earth Motivator
Experience a beautiful image from Google Earth every time you open a new tab, AND get movitaged as you age!
Qu'est-ce que Earth Motivator ?
Earth Motivator est une extension Chrome développée par rmr1012, et sa fonction principale est "Experience a beautiful image from Google Earth every time you open a new tab, AND get movitaged as you age!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Earth Motivator
Téléchargez les fichiers d'extension Earth Motivator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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)
Informations de Base sur l'Extension
Nom | |
ID | igfjpgcdnfamjiamliaakacifkmnmhjk |
URL Officiel | https://chrome.google.com/webstore/detail/earth-motivator/igfjpgcdnfamjiamliaakacifkmnmhjk |
Description | Experience a beautiful image from Google Earth every time you open a new tab, AND get movitaged as you age! |
Taille du Fichier | 383 KB |
Nombre d'Installations | 212 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2018-01-30 |
Date de Publication | 2018-01-30 |
Évaluation | 5.00/5 Total 5 Évaluations |
Développeur | rmr1012 |
Type de Paiement | free |
Langues Prises en Charge | 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" } |