Forem

For Empowering Community

什麼是Forem?

Forem是由Forem開發的Chrome擴展程式,該擴展的主要功能是“For Empowering Community”。

擴展截圖

screenshot
screenshot

下載Forem擴展crx文件

下載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
官方網址 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"
    ]
}