RubikaPlus

Plugin to beautify Rubika browser version

什么是RubikaPlus?

RubikaPlus是由Ehsan Davari开发的Chrome扩展程序,该扩展的主要功能是“Plugin to beautify Rubika browser version”。

扩展截图

screenshot
screenshot
screenshot

下载RubikaPlus扩展crx文件

下载RubikaPlus扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

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"
}