Rivet

An integration between 5etools and Plutonium.

Rivetคืออะไร?

Rivet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Giddy และคุณลักษณะหลักของมันคือ "An integration between 5etools and Plutonium."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Rivet

ดาวน์โหลดไฟล์ส่วนขยาย Rivet ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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