Sirius RTL

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

O que é Sirius RTL?

Sirius RTL é uma extensão do Chrome desenvolvida por Housseyn Belhadja, e sua principal característica é "chrome extension for support the Arabic language in blogging and documentation in the field of programming and web development".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Sirius RTL

Baixe arquivos de extensão Sirius RTL no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Sirius RTL Sirius RTL
ID bodjiflbkhcopogamkmigjmbhhlepdbl
URL Oficial https://chromewebstore.google.com/detail/sirius-rtl/bodjiflbkhcopogamkmigjmbhhlepdbl
Descrição chrome extension for support the Arabic language in blogging and documentation in the field of programming and web development
Tamanho do Arquivo 224 KB
Contagem de Instalações 25
Versão Atual 1.0.0
Última Atualização 2020-06-10
Data de Publicação 2020-06-10
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Housseyn Belhadja
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}