Forem

For Empowering Community

ما هو Forem؟

Forem هو إضافة Chrome تم تطويرها بواسطة Forem، والميزة الرئيسية لها هي "For Empowering Community".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Forem

قم بتنزيل ملفات الامتداد Forem بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Forem Forem
ID dnncmjdcbcccmddpebibkolaflnakklo
عنوان URL الرسمي https://chromewebstore.google.com/detail/forem/dnncmjdcbcccmddpebibkolaflnakklo
الوصف For Empowering Community
حجم الملف 381 KB
عدد التثبيتات 216
النسخة الحالية 0.1.5
آخر تحديث 2021-12-24
تاريخ النشر 2020-10-14
تقييم 5.00/5 مجموع تقييمات 5
المطور Forem
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://forem.com
عنوان صفحة المساعدة https://github.com/forem/forem-browser-extension
اللغات المدعومة 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"
    ]
}