Rivet

An integration between 5etools and Plutonium.

ما هو Rivet؟

Rivet هو إضافة Chrome تم تطويرها بواسطة Giddy، والميزة الرئيسية لها هي "An integration between 5etools and Plutonium.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Rivet

قم بتنزيل ملفات الامتداد Rivet بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Send creatures, spells, items, rolls, (and more!) to your Foundry game with the click of a button.                    

معلومات أساسية عن التمديد

الاسم Rivet Rivet
ID igmilfmbmkmpkjjgoabaagaoohhhbjde
عنوان URL الرسمي https://chromewebstore.google.com/detail/rivet/igmilfmbmkmpkjjgoabaagaoohhhbjde
الوصف An integration between 5etools and Plutonium.
حجم الملف 41.27 KB
عدد التثبيتات 10,405
النسخة الحالية 0.1.6
آخر تحديث 2021-03-05
تاريخ النشر 2020-05-28
تقييم 5.00/5 مجموع تقييمات 4
المطور Giddy
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://5e.tools/
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rivet",
    "version": "0.1.6",
    "description": "An integration between 5etools and Plutonium.",
    "permissions": [
        "tabs",
        "storage",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*",
                "",
                "http:\/\/localhost:8080\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "manifest_version": 2,
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}