Himawari 8 Satellite New Tab Page
Experience the latest image of Earth from a satellite every time you open a new tab.
Himawari 8 Satellite New Tab Pageคืออะไร?
Himawari 8 Satellite New Tab Page เป็นส่วนขยายของ Chrome ที่พัฒนาโดย domoritz และคุณลักษณะหลักของมันคือ "Experience the latest image of Earth from a satellite every time you open a new tab."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Himawari 8 Satellite New Tab Page
ดาวน์โหลดไฟล์ส่วนขยาย Himawari 8 Satellite New Tab Page ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension displays the latest image of our planet Earth as seen from the Himawari 8 Satellite every time you open a new tab. The satellite has been deployed by the Japan Meteorological Agency and takes photographs of Earth every 10 minutes. The extension also supports images from the GOES, DSCOVR, and Meteosat satellites. Changes: 0.21.0 Update RAMMB URL format. Move to manifest v3 for Chrome. 0.20.0 Support natural variant for GOES 17 west. 0.19.1 Fix Himawari base URL. 0.19.0 Disable unreliable image cache in extension 0.18.1 Fix GOES URLs. Thanks to @mattijn. 0.18.0 Remove d3-request and d3-queue and instead use fetch and async 0.17.0 Add GOES 17 0.16.1 Store large images with reduced quality until they fit 0.16.0 Add Meteosat images thanks to @erget 0.15.0 Add GOES 16 natural image thanks to @TheNeuralBit 0.14.0 Remove GOES 13 and 15 as NASA does not support them anymore 0.13.1 Faster time ago update 0.12.0 Improve animation initialization 0.11.1 Faster animation 0.11.0 Add GOES 16 and animation 0.10.0 Firefox support 0.9.0 Fix web extension compatibility. Immediately load new image when settings change. 0.8.0 Compatible with web extensions for Firefox 0.6.1, 0.7.0: Fix GOES caching 0.6.0: Add GOES 13 and GOES 15 images (see options). Fix issues with DSCOVR. 0.5.0: Fix issues with DSCOVR. Add enhanced images for DSCOVR. 0.4.3: Fix issue with latest date for himawari color image 0.4.2: Fix DSCOVR EPIC base url 0.4.0: Add DSCOVR images and link to explore online 0.3.2: Improve styling 0.3.1: Fix issue with options.html and options.js missing 0.3.0: Add option to choose infrared image 0.2.5: New proxy server 0.2.2: Better layout 0.2.1: Faster loading, offline support Features: * Loads the latest image, updates automatically. * Automatically loads images at the optimal resolution (incl retina resolutions). If more than one image is needed, automatically downloads tiles. * Uses Google's caching to take the load from the image servers * Caches last version in local storage (compressed jpeg) and immediately displays it when you load the page. Then loads the latest image. * Full offline support * Images are drawn on a canvas so that we can cache and load it easily. Switch between visible light and infrared images from Himawari 8 and images from the EPIC camera on the or DSCOVR satellite. The Earth always stay centered, thanks to CSS magic.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Himawari 8 Satellite New Tab Page |
ID | llelgapflianaapmnpncgakfjhfhnojm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/himawari-8-satellite-new/llelgapflianaapmnpncgakfjhfhnojm |
คำอธิบาย | Experience the latest image of Earth from a satellite every time you open a new tab. |
ขนาดไฟล์ | 482 KB |
จำนวนการติดตั้ง | 624 |
เวอร์ชันปัจจุบัน | 0.21.0 |
อัปเดตครั้งล่าสุด | 2022-02-28 |
วันที่เผยแพร่ | 2020-06-29 |
คะแนน | 4.18/5 รวมทั้งหมด 22 คะแนน |
ผู้พัฒนา | domoritz |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/domoritz/himawari-8-chrome |
URL หน้าช่วยเหลือ | https://github.com/domoritz/himawari-8-chrome/issues/new |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Himawari 8 Satellite New Tab Page", "short_name": "Himawari 8", "description": "Experience the latest image of Earth from a satellite every time you open a new tab.", "version": "0.21.0", "homepage_url": "https:\/\/github.com\/domoritz\/himawari-8-chrome", "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/rammb-slider.cira.colostate.edu\/", "https:\/\/himawari8-dl.nict.go.jp\/himawari8\/", "https:\/\/epic.gsfc.nasa.gov\/" ], "minimum_chrome_version": "98", "offline_enabled": true, "icons": { "128": "icons\/icon128.png", "48": "icons\/icon48.png", "16": "icons\/icon16.png" }, "options_ui": { "page": "options.html" } } |