Earth Motivator

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

Earth Motivator क्या है?

Earth Motivator rmr1012 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Experience a beautiful image from Google Earth every time you open a new tab, AND get movitaged as you age!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Earth Motivator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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)                    

एक्सटेंशन की मूल जानकारी

नाम Earth Motivator Earth Motivator
ID igfjpgcdnfamjiamliaakacifkmnmhjk
आधिकारिक URL https://chrome.google.com/webstore/detail/earth-motivator/igfjpgcdnfamjiamliaakacifkmnmhjk
विवरण Experience a beautiful image from Google Earth every time you open a new tab, AND get movitaged as you age!
फ़ाइल का आकार 383 KB
स्थापना संख्या 212
वर्तमान संस्करण 0.0.1
अंतिम अपडेट 2018-01-30
प्रकाशन तिथि 2018-01-30
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर rmr1012
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
}