Forest Extension

Forest image extension.

Forest Extension là gì?

Forest Extension là một tiện ích mở rộng Chrome được phát triển bởi frogenpotato, và tính năng chính của nó là "Forest image extension.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Forest Extension

Tải xuống các tệp mở rộng Forest Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Forest Extension Forest Extension
ID edmefoopiechcgnkikkmpdeigdjonpmm
URL Chính Thức https://chromewebstore.google.com/detail/forest-extension/edmefoopiechcgnkikkmpdeigdjonpmm
Mô tả Forest image extension.
Kích Thước Tệp 26.46 MB
Số Lần Cài Đặt 38
Phiên Bản Hiện Tại 1.0.0.1
Cập Nhật Lần Cuối 2023-08-02
Ngày Phát Hành 2023-04-23
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển frogenpotato
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}