Outdoor Inspiration

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

ما هو Outdoor Inspiration؟

Outdoor Inspiration هو إضافة Chrome تم تطويرها بواسطة Luis Augusto، والميزة الرئيسية لها هي "A new tab extension that displays pictures and descriptions of US National Parks".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Outdoor Inspiration

قم بتنزيل ملفات الامتداد Outdoor Inspiration بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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
}