Forem

For Empowering Community

Forem क्या है?

Forem Forem द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "For Empowering Community"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Forem एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ URL 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"
    ]
}