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 - это расширение Chrome, разработанное rmr1012, и его основная функция - "Experience a beautiful image from Google Earth every time you open a new tab, AND get movitaged as you age!".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Earth Motivator

Скачайте файлы расширений 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"
}