Outdoor Inspiration

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

Outdoor Inspiration क्या है?

Outdoor Inspiration Luis Augusto द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A new tab extension that displays pictures and descriptions of US National Parks"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Outdoor Inspiration एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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!                    

एक्सटेंशन की मूल जानकारी

नाम Outdoor Inspiration Outdoor Inspiration
ID mjgkcdcikkpendiikknkdhanooeiohee
आधिकारिक URL https://chromewebstore.google.com/detail/outdoor-inspiration/mjgkcdcikkpendiikknkdhanooeiohee
विवरण A new tab extension that displays pictures and descriptions of US National Parks
फ़ाइल का आकार 738 KB
स्थापना संख्या 92
वर्तमान संस्करण 1.0.5
अंतिम अपडेट 2020-05-27
प्रकाशन तिथि 2020-05-26
डेवलपर Luis Augusto
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/luisaugusto/outdoor-inspiration
सहायता पृष्ठ URL https://github.com/luisaugusto/outdoor-inspiration
समर्थित भाषाएँ 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
}