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
官方網址 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"
}