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开发的Chrome扩展程序,该扩展的主要功能是“Experience a beautiful image from Google Earth every time you open a new tab, AND get movitaged as you age!”。

扩展截图

screenshot

下载Earth Motivator扩展crx文件

下载Earth Motivator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
}