Cosmos Eyes from NASA
Enjoy amazing and beautiful space-time photographs on new tab.
Was ist Cosmos Eyes from NASA?
Cosmos Eyes from NASA ist eine Chrome-Erweiterung, die von cosmoseyes entwickelt wurde, und ihr Hauptmerkmal ist "Enjoy amazing and beautiful space-time photographs on new tab.".
Erweiterungsscreenshots
Cosmos Eyes from NASA-Erweiterungs-CRX-Datei herunterladen
Laden Sie Cosmos Eyes from NASA-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Every time you open a new tab, Discover the cosmos from NASA's APOD (Astronomy Picture of the Day)
Grundlegende Informationen zur Erweiterung
Name | Cosmos Eyes from NASA |
ID | eoljldldjdolejkkojdkkbfckgdkackm |
Offizielle URL | https://chromewebstore.google.com/detail/cosmos-eyes-from-nasa/eoljldldjdolejkkojdkkbfckgdkackm |
Beschreibung | Enjoy amazing and beautiful space-time photographs on new tab. |
Dateigröße | 636 KB |
Installationsanzahl | 1,540 |
Aktuelle Version | 1.1.7 |
Letztes Update | 2020-03-08 |
Veröffentlichungsdatum | 2020-03-07 |
Bewertung | 4.43/5 Insgesamt 7 Bewertungen |
Entwickler | cosmoseyes |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cosmos Eyes from NASA", "short_name": "Cosmos Eyes", "description": "Enjoy amazing and beautiful space-time photographs on new tab.", "version": "1.1.7", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "https:\/\/api.nasa.gov\/planetary\/*", "https:\/\/apod.nasa.gov\/apod\/image\/*", "https:\/\/apod.nasa.gov\/apod\/*" ] } |