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
官方網址 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
電子郵箱 [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": [
                ""
            ]
        }
    ]
}