Outdoor Inspiration
A new tab extension that displays pictures and descriptions of US National Parks
Hvad er Outdoor Inspiration?
Outdoor Inspiration er en Chrome-udvidelse udviklet af Luis Augusto, og dens hovedfunktion er "A new tab extension that displays pictures and descriptions of US National Parks".
Udvidelsesskærmbilleder
Download Outdoor Inspiration-udvidelses-CRX-fil
Download Outdoor Inspiration-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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! Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | mjgkcdcikkpendiikknkdhanooeiohee |
| Officiel URL | https://chromewebstore.google.com/detail/outdoor-inspiration/mjgkcdcikkpendiikknkdhanooeiohee |
| Beskrivelse | A new tab extension that displays pictures and descriptions of US National Parks |
| Filstørrelse | 738 KB |
| Antal Installationer | 92 |
| Nuværende Version | 1.0.5 |
| Senest Opdateret | 2020-05-27 |
| Udgivelsesdato | 2020-05-26 |
| Udvikler | Luis Augusto |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/luisaugusto/outdoor-inspiration |
| Hjælpeside-URL | https://github.com/luisaugusto/outdoor-inspiration |
| Understøttede Sprog | 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
} | |