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
电子邮箱 [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": [
                ""
            ]
        }
    ]
}