RubikaPlus

Plugin to beautify Rubika browser version

RubikaPlus란 무엇입니까?

RubikaPlus은(는) Ehsan Davari에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Plugin to beautify Rubika browser version"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        با این افزونه نسخه وبسایتی روبیکا خود را عالی کنید. اضافه شدن تم سیاه به تنظیمات تم خود و همچنین فونت فارسی زیبا برای متون.
از کارکردن با روبیکا لذت ببرید.

Upgrade your Rubika website version with this plugin. Added black theme to your theme as well as beautiful Persian fonts for texts.
Enjoy working with Rubika.

برای فعال کردن تم سیاه باید به بخش تنظیمات برید و گزینه سیاه رو انتخاب کنید.
To activate black, you have to go to the selection and select the black option.

برای حمایت از من میتونید از طریق لینک زیر اقدام بکنید : 
https://coffeebede.ir/ehsndvr

You can support me through the following link:
https://coffeebede.ir/ehsndvr                    

확장 프로그램 기본 정보

이름 RubikaPlus RubikaPlus
ID mneapcmkgkpfiehgndhmhljnnbdajboe
공식 URL https://chromewebstore.google.com/detail/rubikaplus/mneapcmkgkpfiehgndhmhljnnbdajboe
설명 Plugin to beautify Rubika browser version
파일 크기 1.11 MB
설치 횟수 286
현재 버전 1.0.1
최근 업데이트 2022-03-03
출시 날짜 2022-03-02
평점 5.00/5 총 5 개의 평점
개발자 Ehsan Davari
이메일 [email protected]
결제 유형 free
지원되는 언어 fa
manifest.json
{
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "js": [
                "js\/RubikaPlus.js",
                "js\/DarkTheme.js",
                "js\/Author.js",
                "js\/FontAwesome.js"
            ],
            "css": [
                "styles\/DarkTheme.css",
                "styles\/PersianFont.css",
                "styles\/Fonts.css",
                "styles\/FontAwesome.css"
            ],
            "matches": [
                "https:\/\/*.rubika.ir\/\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "description": "Plugin to beautify Rubika browser version",
    "icons": {
        "128": "icons\/RubikaPlus-128.png",
        "16": "icons\/RubikaPlus-128.png",
        "32": "icons\/RubikaPlus-128.png",
        "48": "icons\/RubikaPlus-128.png"
    },
    "manifest_version": 3,
    "name": "RubikaPlus",
    "action": {
        "default_icon": {
            "128": "icons\/RubikaPlus-128.png",
            "16": "icons\/RubikaPlus-128.png",
            "32": "icons\/RubikaPlus-128.png",
            "48": "icons\/RubikaPlus-128.png"
        }
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1"
}