Forem

For Empowering Community

Cos'è Forem?

Forem è un'estensione di Chrome sviluppata da Forem, e la sua funzione principale è "For Empowering Community".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Forem

Scarica i file di estensione Forem in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Forem Forem
ID dnncmjdcbcccmddpebibkolaflnakklo
URL Ufficiale https://chromewebstore.google.com/detail/forem/dnncmjdcbcccmddpebibkolaflnakklo
Descrizione For Empowering Community
Dimensione del File 381 KB
Conteggio Installazioni 216
Versione Corrente 0.1.5
Ultimo Aggiornamento 2021-12-24
Data di Pubblicazione 2020-10-14
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore Forem
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://forem.com
URL della Pagina di Aiuto https://github.com/forem/forem-browser-extension
Lingue Supportate 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"
    ]
}