Forem

For Empowering Community

Foremคืออะไร?

Forem เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Forem และคุณลักษณะหลักของมันคือ "For Empowering Community"

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

screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Forem ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Find your Forem.

Take part in the entire Forem ecosystem in the most convenient and private way possible.

This extension allows you to browse and switch between Forems while keeping all interactions secure and separate from one another.

It is light-weight and open source. All the code is available for scrutiny and improvement at https://github.com/forem/forem-browser-extension

Community for everyone.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Forem Forem
ID dnncmjdcbcccmddpebibkolaflnakklo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/forem/dnncmjdcbcccmddpebibkolaflnakklo
คำอธิบาย For Empowering Community
ขนาดไฟล์ 381 KB
จำนวนการติดตั้ง 216
เวอร์ชันปัจจุบัน 0.1.5
อัปเดตครั้งล่าสุด 2021-12-24
วันที่เผยแพร่ 2020-10-14
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Forem
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://forem.com
URL หน้าช่วยเหลือ https://github.com/forem/forem-browser-extension
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Forem",
    "version": "0.1.5",
    "description": "For Empowering Community",
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "Icon-16.png",
        "32": "Icon-32.png",
        "48": "Icon-48.png",
        "128": "Icon-128.png"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "@forem",
            "strict_min_version": "42.0"
        }
    },
    "web_accessible_resources": [
        "content\/forem-logo-512.png"
    ]
}