Forem

For Empowering Community

Apa itu Forem?

Forem adalah ekstensi Chrome yang dikembangkan oleh Forem, dan fitur utamanya adalah "For Empowering Community".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Forem

Unduh file ekstensi Forem dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Forem Forem
ID dnncmjdcbcccmddpebibkolaflnakklo
URL Resmi https://chromewebstore.google.com/detail/forem/dnncmjdcbcccmddpebibkolaflnakklo
Deskripsi For Empowering Community
Ukuran File 381 KB
Jumlah Instalasi 216
Versi Saat Ini 0.1.5
Terakhir Diperbarui 2021-12-24
Tanggal Publikasi 2020-10-14
Penilaian 5.00/5 Total 5 Penilaian
Pengembang Forem
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://forem.com
URL Halaman Bantuan https://github.com/forem/forem-browser-extension
Bahasa yang Didukung 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"
    ]
}