Outdoor Inspiration
A new tab extension that displays pictures and descriptions of US National Parks
什麼是Outdoor Inspiration?
Outdoor Inspiration是由Luis Augusto開發的Chrome擴展程式,該擴展的主要功能是“A new tab extension that displays pictures and descriptions of US National Parks”。
擴展截圖
下載Outdoor Inspiration擴展crx文件
下載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 |
ID | mjgkcdcikkpendiikknkdhanooeiohee |
官方網址 | 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 } |