Outdoor Inspiration
A new tab extension that displays pictures and descriptions of US National Parks
Was ist Outdoor Inspiration?
Outdoor Inspiration ist eine Chrome-Erweiterung, die von Luis Augusto entwickelt wurde, und ihr Hauptmerkmal ist "A new tab extension that displays pictures and descriptions of US National Parks".
Erweiterungsscreenshots
Outdoor Inspiration-Erweiterungs-CRX-Datei herunterladen
Laden Sie Outdoor Inspiration-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
Photos from the application are fetched from galleries in Flickr (https://www.flickr.com/photos/188326816@N04/galleries), and information about the park is pulled from the NPS website (https://www.nps.gov/).
This is an open source project. If you are interested in contributing, please feel free to visit https://github.com/luisaugusto/outdoor-inspiration. Any feedback or suggestions are welcome! Grundlegende Informationen zur Erweiterung
| Name | |
| ID | mjgkcdcikkpendiikknkdhanooeiohee |
| Offizielle URL | https://chromewebstore.google.com/detail/outdoor-inspiration/mjgkcdcikkpendiikknkdhanooeiohee |
| Beschreibung | A new tab extension that displays pictures and descriptions of US National Parks |
| Dateigröße | 738 KB |
| Installationsanzahl | 92 |
| Aktuelle Version | 1.0.5 |
| Letztes Update | 2020-05-27 |
| Veröffentlichungsdatum | 2020-05-26 |
| Entwickler | Luis Augusto |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/luisaugusto/outdoor-inspiration |
| Hilfeseite URL | https://github.com/luisaugusto/outdoor-inspiration |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Outdoor Inspiration",
"description": "A new tab extension that displays pictures and descriptions of US National Parks",
"version": "1.0.5",
"chrome_url_overrides": {
"newtab": "index.html"
},
"icons": {
"16": "favicons\/favicon16.png",
"32": "favicons\/favicon32.png",
"48": "favicons\/favicon48.png",
"128": "favicons\/favicon128.png"
},
"manifest_version": 2
} | |