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!」です。
拡張機能のスクリーンショット
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)
拡張機能の基本情報
名前 | |
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" } |