Forem

For Empowering Community

Co to jest Forem?

Forem to rozszerzenie Chrome opracowane przez Forem, a jego główną funkcją jest „For Empowering Community”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Forem

Pobierz pliki rozszerzeń Forem w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Forem Forem
ID dnncmjdcbcccmddpebibkolaflnakklo
Oficjalny URL https://chromewebstore.google.com/detail/forem/dnncmjdcbcccmddpebibkolaflnakklo
Opis For Empowering Community
Rozmiar pliku 381 KB
Liczba instalacji 216
Aktualna Wersja 0.1.5
Ostatnia Aktualizacja 2021-12-24
Data Publikacji 2020-10-14
Ocena 5.00/5 Łącznie 5 Oceny
Deweloper Forem
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://forem.com
Adres URL Strony Pomocy https://github.com/forem/forem-browser-extension
Obsługiwane Języki 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"
    ]
}