Forest Extension

Forest image extension.

Forest Extensionคืออะไร?

Forest Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย frogenpotato และคุณลักษณะหลักของมันคือ "Forest image extension."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Forest Extension

ดาวน์โหลดไฟล์ส่วนขยาย 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": [
                ""
            ]
        }
    ]
}