Outdoor Inspiration
A new tab extension that displays pictures and descriptions of US National Parks
Apa itu Outdoor Inspiration?
Outdoor Inspiration adalah ekstensi Chrome yang dikembangkan oleh Luis Augusto, dan fitur utamanya adalah "A new tab extension that displays pictures and descriptions of US National Parks".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Outdoor Inspiration
Unduh file ekstensi Outdoor Inspiration dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | Outdoor Inspiration |
ID | mjgkcdcikkpendiikknkdhanooeiohee |
URL Resmi | https://chromewebstore.google.com/detail/outdoor-inspiration/mjgkcdcikkpendiikknkdhanooeiohee |
Deskripsi | A new tab extension that displays pictures and descriptions of US National Parks |
Ukuran File | 738 KB |
Jumlah Instalasi | 92 |
Versi Saat Ini | 1.0.5 |
Terakhir Diperbarui | 2020-05-27 |
Tanggal Publikasi | 2020-05-26 |
Pengembang | Luis Augusto |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/luisaugusto/outdoor-inspiration |
URL Halaman Bantuan | https://github.com/luisaugusto/outdoor-inspiration |
Bahasa yang Didukung | 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 } |