Roll20 RU Tools

Расширение для roll20.net, которое избавляет от необходимости переводить заклинания в спелбуке. Достаточно накидать заклинаний в…

What is Roll20 RU Tools?

Roll20 RU Tools is a Chrome extension developed by alexander.i.bondarev, and its main feature is "Расширение для roll20.net, которое избавляет от необходимости переводить заклинания в спелбуке. Достаточно накидать заклинаний в…".

Extension Screenshots

screenshot

Download Roll20 RU Tools Extension CRX File

Download Roll20 RU Tools extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Расширение для roll20.net, которое избавляет от необходимости переводить заклинания в спелбуке.
Достаточно накидать заклинаний в книжку, потом открыть страницу персонажа в отдельном окне, все спеллы с английскими названиями будут автоматически переведены (если найдено соответствие на dungeon.su).                    

Extension Basic Information

Name Roll20 RU Tools Roll20 RU Tools
ID mdcghkggnlelhmndafniihmojjdbgcci
Official URL https://chromewebstore.google.com/detail/roll20-ru-tools/mdcghkggnlelhmndafniihmojjdbgcci
Description Расширение для roll20.net, которое избавляет от необходимости переводить заклинания в спелбуке. Достаточно накидать заклинаний в…
File Size 4.93 KB
Installation Count 76
Current Version 1.0
Last Updated 2021-04-28
Publish Date 2021-04-27
Developer alexander.i.bondarev
Email [email protected]
Payment Type free
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Roll20 RU Tools",
    "version": "1.0",
    "manifest_version": 3,
    "host_permissions": [
        "https:\/\/dungeon.su\/"
    ],
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "service_worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.roll20.net\/editor\/character\/*"
            ],
            "all_frames": true,
            "css": [
                "roll20-ru.css"
            ],
            "js": [
                "roll20-ru.js"
            ]
        }
    ],
    "action": []
}