Forem

For Empowering Community

Vad är Forem?

Forem är en Chrome-tillägg utvecklad av Forem, och dess huvudfunktion är "For Empowering Community".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Forem-förlängningens CRX-fil

Ladda ner Forem-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Forem Forem
ID dnncmjdcbcccmddpebibkolaflnakklo
Officiell webbadress https://chromewebstore.google.com/detail/forem/dnncmjdcbcccmddpebibkolaflnakklo
Beskrivning For Empowering Community
Filstorlek 381 KB
Antal Installationer 216
Aktuell Version 0.1.5
Senast Uppdaterad 2021-12-24
Publiceringsdatum 2020-10-14
Betyg 5.00/5 Totalt 5 Betyg
Utvecklare Forem
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://forem.com
Hjälpsida URL https://github.com/forem/forem-browser-extension
Stödda Språk 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"
    ]
}