Outdoor Inspiration

A new tab extension that displays pictures and descriptions of US National Parks

What is Outdoor Inspiration?

Outdoor Inspiration is a Chrome extension developed by Luis Augusto, and its main feature is "A new tab extension that displays pictures and descriptions of US National Parks".

Extension Screenshots

screenshot

Download Outdoor Inspiration Extension CRX File

Download Outdoor Inspiration 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

                        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!                    

Extension Basic Information

Name Outdoor Inspiration Outdoor Inspiration
ID mjgkcdcikkpendiikknkdhanooeiohee
Official URL https://chromewebstore.google.com/detail/outdoor-inspiration/mjgkcdcikkpendiikknkdhanooeiohee
Description A new tab extension that displays pictures and descriptions of US National Parks
File Size 738 KB
Installation Count 92
Current Version 1.0.5
Last Updated 2020-05-27
Publish Date 2020-05-26
Developer Luis Augusto
Email [email protected]
Payment Type free
Extension Website https://github.com/luisaugusto/outdoor-inspiration
Help Page URL https://github.com/luisaugusto/outdoor-inspiration
Supported Languages 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
}