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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}