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 확장 프로그램으로, 주요 기능은 "chrome extension for support the Arabic language in blogging and documentation in the field of programming and web development"입니다.

확장 프로그램 스크린샷

screenshot

Sirius RTL 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
            ]
        }
    ]
}