RubikaPlus

Plugin to beautify Rubika browser version

RubikaPlus là gì?

RubikaPlus là một tiện ích mở rộng Chrome được phát triển bởi Ehsan Davari, và tính năng chính của nó là "Plugin to beautify Rubika browser version".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng RubikaPlus

Tải xuống các tệp mở rộng RubikaPlus dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên RubikaPlus RubikaPlus
ID mneapcmkgkpfiehgndhmhljnnbdajboe
URL Chính Thức https://chromewebstore.google.com/detail/rubikaplus/mneapcmkgkpfiehgndhmhljnnbdajboe
Mô tả Plugin to beautify Rubika browser version
Kích Thước Tệp 1.11 MB
Số Lần Cài Đặt 286
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2022-03-03
Ngày Phát Hành 2022-03-02
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Ehsan Davari
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}