Forest Extension

Forest image extension.

Forest Extensionとは何ですか?

Forest Extensionはfrogenpotatoによって開発されたChromeの拡張機能で、その主な機能は「Forest image extension.」です。

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

screenshot
screenshot

Forest Extension拡張機能のCRXファイルをダウンロード

Forest Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Forest image extension

Adds a relaxing feeling plus some social media shortcuts to your dull new tabs.

This new tab page provides web search through bing.com.                    

拡張機能の基本情報

名前 Forest Extension Forest Extension
ID edmefoopiechcgnkikkmpdeigdjonpmm
公式URL https://chromewebstore.google.com/detail/forest-extension/edmefoopiechcgnkikkmpdeigdjonpmm
説明 Forest image extension.
ファイルサイズ 26.46 MB
インストール数 38
現在のバージョン 1.0.0.1
最終更新日 2023-08-02
公開日 2023-04-23
評価 5.00/5 合計 2 レビュー
開発者 frogenpotato
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Forest Extension",
    "description": "Forest image extension.",
    "version": "1.0.0.1",
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "48": "assets\/icons\/icon_48.png",
            "128": "assets\/icons\/icon_128.png"
        }
    },
    "icons": {
        "48": "assets\/icons\/icon_48.png",
        "128": "assets\/icons\/icon_128.png"
    },
    "chrome_url_overrides": {
        "newtab": "new_tab\/index.html"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/images\/*",
                "assets\/fonts\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}