Forem

For Empowering Community

Forem là gì?

Forem là một tiện ích mở rộng Chrome được phát triển bởi Forem, và tính năng chính của nó là "For Empowering Community".

Ả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 Forem

Tải xuống các tệp mở rộng Forem 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

                        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.                    

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

Tên Forem Forem
ID dnncmjdcbcccmddpebibkolaflnakklo
URL Chính Thức https://chromewebstore.google.com/detail/forem/dnncmjdcbcccmddpebibkolaflnakklo
Mô tả For Empowering Community
Kích Thước Tệp 381 KB
Số Lần Cài Đặt 216
Phiên Bản Hiện Tại 0.1.5
Cập Nhật Lần Cuối 2021-12-24
Ngày Phát Hành 2020-10-14
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Forem
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://forem.com
URL Trang Trợ Giúp https://github.com/forem/forem-browser-extension
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}