Pegmatite

Shows graphs and diagrams rendered by PlantUML.

Pegmatite क्या है?

Pegmatite 都元ダイスケ (Daisuke) द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows graphs and diagrams rendered by PlantUML."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Pegmatite एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Pegmatite is Google Chrome extension that replace PlantUML code blocks into preview images.                    

एक्सटेंशन की मूल जानकारी

नाम Pegmatite Pegmatite
ID jegkfbnfbfnohncpcfcimepibmhlkldo
आधिकारिक URL https://chromewebstore.google.com/detail/pegmatite/jegkfbnfbfnohncpcfcimepibmhlkldo
विवरण Shows graphs and diagrams rendered by PlantUML.
फ़ाइल का आकार 21.96 KB
स्थापना संख्या 2,913
वर्तमान संस्करण 1.6.0
अंतिम अपडेट 2020-01-05
प्रकाशन तिथि 2020-01-03
रेटिंग 4.00/5 कुल 6 रेटिंग्स
डेवलपर 都元ダイスケ (Daisuke)
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/dai0304/pegmatite
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pegmatite",
    "version": "1.6.0",
    "description": "Shows graphs and diagrams rendered by PlantUML.",
    "permissions": [
        "storage",
        "https:\/\/*\/*",
        "tabs"
    ],
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "rawdeflate.js",
                "content-script.js"
            ],
            "matches": [
                "https:\/\/github.com\/*",
                "https:\/\/gist.github.com\/*",
                "https:\/\/gitpitch.com\/*",
                "https:\/\/gitlab.com\/*",
                "https:\/\/bitbucket.org\/*",
                "https:\/\/*.backlog.jp\/wiki\/*"
            ]
        }
    ]
}