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!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ 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)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
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" } |