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
Eメール [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"
    ]
}