Forem

For Empowering Community

Wat is Forem?

Forem is een Chrome-extensie ontwikkeld door Forem, en de belangrijkste functie is "For Empowering Community".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Forem

Download Forem-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Forem Forem
ID dnncmjdcbcccmddpebibkolaflnakklo
Officiële URL https://chromewebstore.google.com/detail/forem/dnncmjdcbcccmddpebibkolaflnakklo
Beschrijving For Empowering Community
Bestandsgrootte 381 KB
Aantal Installaties 216
Huidige Versie 0.1.5
Laatst Bijgewerkt 2021-12-24
Publicatiedatum 2020-10-14
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar Forem
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://forem.com
Help Pagina-URL https://github.com/forem/forem-browser-extension
Ondersteunde Talen 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"
    ]
}