Sirius RTL

chrome extension for support the Arabic language in blogging and documentation in the field of programming and web development

Sirius RTL क्या है?

Sirius RTL Housseyn Belhadja द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "chrome extension for support the Arabic language in blogging and documentation in the field of programming and web development"।

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

screenshot

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

crx प्रारूप में Sirius RTL एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Sirius RTL ar it chrome extension for support the Arabic language in blogging and documentation in the field of programming and web development                    

एक्सटेंशन की मूल जानकारी

नाम Sirius RTL Sirius RTL
ID bodjiflbkhcopogamkmigjmbhhlepdbl
आधिकारिक URL https://chromewebstore.google.com/detail/sirius-rtl/bodjiflbkhcopogamkmigjmbhhlepdbl
विवरण chrome extension for support the Arabic language in blogging and documentation in the field of programming and web development
फ़ाइल का आकार 224 KB
स्थापना संख्या 25
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2020-06-10
प्रकाशन तिथि 2020-06-10
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Housseyn Belhadja
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sirius RTL",
    "version": "1.0.0",
    "description": "chrome extension for support the Arabic language in blogging and documentation in the field of programming and web development",
    "icons": {
        "16": ".\/assets\/img\/16.png",
        "48": ".\/assets\/img\/48.png",
        "128": ".\/assets\/img\/128.png"
    },
    "web_accessible_resources": [
        "assets\/css\/globalStyles.css",
        "assets\/fonts\/*.*"
    ],
    "browser_action": {
        "default_title": "Sirius RTL",
        "default_icon": ".\/assets\/img\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                ".\/assets\/css\/globalStyles.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*.dev.to\/*"
            ],
            "js": [
                ".\/blog\/dev.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.freecodecamp.org\/*"
            ],
            "js": [
                ".\/blog\/freecodecamp.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.alligator.io\/*"
            ],
            "js": [
                ".\/blog\/alligator.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.medium.com\/*"
            ],
            "js": [
                ".\/blog\/medium.js"
            ]
        },
        {
            "matches": [
                "*:\/\/blog.logrocket.com\/*"
            ],
            "js": [
                ".\/blog\/logrocket.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.codeburst.io\/*"
            ],
            "js": [
                ".\/blog\/codeburst.js"
            ]
        },
        {
            "matches": [
                "*:\/\/ar.reactjs.org\/*"
            ],
            "js": [
                ".\/docs\/react.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.redux.js.org\/*"
            ],
            "js": [
                ".\/docs\/redux.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.react-redux.js.org\/*"
            ],
            "js": [
                ".\/docs\/react_redux.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.reacttraining.com\/react-router\/*"
            ],
            "js": [
                ".\/docs\/react_router.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.vuejs.org\/*"
            ],
            "js": [
                ".\/docs\/vue.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.django-rest-framework.org\/*"
            ],
            "js": [
                ".\/docs\/django_rest_framework.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.djangoproject.com\/*"
            ],
            "js": [
                ".\/docs\/django.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.tailwindcss.com\/*"
            ],
            "js": [
                ".\/docs\/tailwindcss.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.laravel.com\/docs\/*"
            ],
            "js": [
                ".\/docs\/laraval.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.docz.site\/*"
            ],
            "js": [
                ".\/docs\/docz.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.docusaurus.io\/*"
            ],
            "js": [
                ".\/docs\/docusaurus.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.styled-components.com\/*"
            ],
            "js": [
                ".\/docs\/styled_components.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.jaredpalmer.com\/*"
            ],
            "js": [
                ".\/docs\/react_formik.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.react-hook-form.com\/*"
            ],
            "js": [
                ".\/docs\/react_hook_form.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.gatsbyjs.org\/*"
            ],
            "js": [
                ".\/docs\/gatsby.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.webpack.js.org\/*"
            ],
            "js": [
                ".\/docs\/webpack.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.parceljs.org\/*"
            ],
            "js": [
                ".\/docs\/parceljs.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.flask.palletsprojects.com\/*"
            ],
            "js": [
                ".\/docs\/flask.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.getbootstrap.com\/*"
            ],
            "js": [
                ".\/docs\/bootstrap.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.angular.io\/*"
            ],
            "js": [
                ".\/docs\/angular.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.angularjs.org\/*"
            ],
            "js": [
                ".\/docs\/angularjs.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.expressjs.com\/*"
            ],
            "js": [
                ".\/docs\/expressjs.js"
            ]
        }
    ]
}