Outdoor Inspiration
A new tab extension that displays pictures and descriptions of US National Parks
Vad är Outdoor Inspiration?
Outdoor Inspiration är en Chrome-tillägg utvecklad av Luis Augusto, och dess huvudfunktion är "A new tab extension that displays pictures and descriptions of US National Parks".
Tilläggsskärmbilder
Ladda ner Outdoor Inspiration-förlängningens CRX-fil
Ladda ner Outdoor Inspiration-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        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äggande Information om Tillägg
| Namn |   |  
| ID | mjgkcdcikkpendiikknkdhanooeiohee | 
| Officiell webbadress | https://chromewebstore.google.com/detail/outdoor-inspiration/mjgkcdcikkpendiikknkdhanooeiohee | 
| Beskrivning | A new tab extension that displays pictures and descriptions of US National Parks | 
| Filstorlek | 738 KB | 
| Antal Installationer | 92 | 
| Aktuell Version | 1.0.5 | 
| Senast Uppdaterad | 2020-05-27 | 
| Publiceringsdatum | 2020-05-26 | 
| Utvecklare | Luis Augusto | 
| E-post | [email protected] | 
| Betalningssätt | free | 
| Tilläggswebbplats | https://github.com/luisaugusto/outdoor-inspiration | 
| Hjälpsida URL | https://github.com/luisaugusto/outdoor-inspiration | 
| Stödda Språk | 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
}  |  |