Earth Motivator
Experience a beautiful image from Google Earth every time you open a new tab, AND get movitaged as you age!
Earth Motivator là gì?
Earth Motivator là một tiện ích mở rộng Chrome được phát triển bởi rmr1012, và tính năng chính của nó là "Experience a beautiful image from Google Earth every time you open a new tab, AND get movitaged as you age!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Earth Motivator
Tải xuống các tệp mở rộng Earth Motivator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | igfjpgcdnfamjiamliaakacifkmnmhjk |
URL Chính Thức | https://chrome.google.com/webstore/detail/earth-motivator/igfjpgcdnfamjiamliaakacifkmnmhjk |
Mô tả | Experience a beautiful image from Google Earth every time you open a new tab, AND get movitaged as you age! |
Kích Thước Tệp | 383 KB |
Số Lần Cài Đặt | 212 |
Phiên Bản Hiện Tại | 0.0.1 |
Cập Nhật Lần Cuối | 2018-01-30 |
Ngày Phát Hành | 2018-01-30 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | rmr1012 |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } |