Sirius RTL

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

Qu'est-ce que Sirius RTL ?

Sirius RTL est une extension Chrome développée par Housseyn Belhadja, et sa fonction principale est "chrome extension for support the Arabic language in blogging and documentation in the field of programming and web development".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Sirius RTL

Téléchargez les fichiers d'extension Sirius RTL au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Sirius RTL Sirius RTL
ID bodjiflbkhcopogamkmigjmbhhlepdbl
URL Officiel https://chromewebstore.google.com/detail/sirius-rtl/bodjiflbkhcopogamkmigjmbhhlepdbl
Description chrome extension for support the Arabic language in blogging and documentation in the field of programming and web development
Taille du Fichier 224 KB
Nombre d'Installations 25
Version Actuelle 1.0.0
Dernière Mise à Jour 2020-06-10
Date de Publication 2020-06-10
Évaluation 5.00/5 Total 1 Évaluations
Développeur Housseyn Belhadja
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}