Fresh Earth
Fresh Earth picks fresh and sharp satellite images and delivers it straight to your browser.
What is Fresh Earth?
Fresh Earth is a Chrome extension developed by Marinda S, and its main feature is "Fresh Earth picks fresh and sharp satellite images and delivers it straight to your browser.".
Extension Screenshots
Download Fresh Earth Extension CRX File
Download Fresh Earth extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Experience a gorgeous fresh and sharp image from various geostationary satellites every time you open a new tab.
Refresh rate is once every 20 minutes.
The following geostationary satellite images will be shown in sequence:
GOES East Full Disk
GOES West Full Disk
Himawari-8
GOES East: Continental US
GOES East: Tropical Atlantic
GOES West: Tropical Pacific
GOES West: US West Coast
GOES West: Northern Pacific
GOES West: Northern South America
GOES East: Southern South America
Refresh rate and images can be configured in the Settings tab. Extension Basic Information
| Name | |
| ID | blpcojibadbbfolamclodcdgpbhbplgo |
| Official URL | https://chromewebstore.google.com/detail/fresh-earth/blpcojibadbbfolamclodcdgpbhbplgo |
| Description | Fresh Earth picks fresh and sharp satellite images and delivers it straight to your browser. |
| File Size | 2.3 MB |
| Installation Count | 104 |
| Current Version | 0.0.0.3 |
| Last Updated | 2019-11-26 |
| Publish Date | 2019-11-26 |
| Rating | 5.00/5 Total 2 Ratings |
| Developer | Marinda S |
| Payment Type | free |
| Supported Languages | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Fresh Earth",
"author": "Marinda S",
"version": "0.0.0.3",
"description": "Fresh Earth picks fresh and sharp satellite images and delivers it straight to your browser.",
"icons": {
"16": "16.png",
"48": "48.png",
"128": "128.png",
"512": "512.png"
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"permissions": [
"storage"
],
"web_accessible_resources": [
"images\/goes-east-5424x5424.jpg",
"images\/goes-west-5424x5424.jpg",
"images\/himiwarifull_disk_ahi_true_color.jpg",
"images\/continental-us-5000x3000.jpg",
"images\/tropical-atlantic3600x2160.jpg",
"images\/tropical-pacific3600x2160.jpg",
"images\/us-west-coast-5000x3000.jpg",
"images\/northern-pacific-5000x3000.jpg",
"images\/northern-south-america-3600x2160.jpg",
"images\/south-america-3600x2160.jpg",
"fonts\/IBMPlexMono.woff",
"fonts\/IBMPlexMono.woff2",
"fonts\/Poppins-Regular.woff",
"fonts\/Poppins-Regular.woff2"
]
} | |