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
官方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"
    ]
}