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」です。

拡張機能のスクリーンショット

screenshot

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 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
Eメール [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
}