Forem

For Empowering Community

Was ist Forem?

Forem ist eine Chrome-Erweiterung, die von Forem entwickelt wurde, und ihr Hauptmerkmal ist "For Empowering Community".

Erweiterungsscreenshots

screenshot
screenshot

Forem-Erweiterungs-CRX-Datei herunterladen

Laden Sie Forem-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Forem Forem
ID dnncmjdcbcccmddpebibkolaflnakklo
Offizielle URL https://chromewebstore.google.com/detail/forem/dnncmjdcbcccmddpebibkolaflnakklo
Beschreibung For Empowering Community
Dateigröße 381 KB
Installationsanzahl 216
Aktuelle Version 0.1.5
Letztes Update 2021-12-24
Veröffentlichungsdatum 2020-10-14
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler Forem
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://forem.com
Hilfeseite URL https://github.com/forem/forem-browser-extension
Unterstützte Sprachen 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"
    ]
}