ILGMS Drafting Helper Plugin

A tool for creating drafting templates in ILGMS

什麼是ILGMS Drafting Helper Plugin?

ILGMS Drafting Helper Plugin是由vipinklm開發的Chrome擴展程式,該擴展的主要功能是“A tool for creating drafting templates in ILGMS”。

擴展截圖

screenshot

下載ILGMS Drafting Helper Plugin擴展crx文件

下載ILGMS Drafting Helper Plugin擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        ഈ Plugin , ILGMS ഡ്രാഫ്റ്റിംഗ് template തയ്യാറാക്കുന്നതിന് സഹായിക്കാന്‍  വേണ്ടി മാത്രം ഉള്ളതാണ് , ഇത് ഉപയോഗിച്ച് തയ്യാറാക്കുന്ന സര്‍ട്ടിഫിക്കറ്റുകളുടെ ഫോര്‍മാറ്റ് , ഉള്ളടക്കം എന്നിവയുടെ പൂര്‍ണ്ണ ഉത്തരവാദിത്വം, അത്  തയ്യാറാക്കുന്നവരുടെ മാത്രം ആണ്                    

擴展基本資訊

名稱 ILGMS Drafting Helper Plugin ILGMS Drafting Helper Plugin
ID pnijggmppeokifepjnnljgocbefkgncm
官方網址 https://chromewebstore.google.com/detail/ilgms-drafting-helper-plu/pnijggmppeokifepjnnljgocbefkgncm
簡介 A tool for creating drafting templates in ILGMS
檔案大小 404 KB
安裝次數 5,647
目前版本 1.0.1
更新時間 2023-01-01
上架時間 2022-12-28
評分 4.75/5 共 8 次評分
開發者 vipinklm
電子郵箱 [email protected]
付費類型 free
支援的語言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ILGMS Drafting Helper Plugin",
    "version": "1.0.1",
    "description": "A tool for creating drafting templates in ILGMS",
    "manifest_version": 3,
    "author": "BhagyanathVadakkan",
    "action": {
        "default_popup": "popup.html",
        "default_title": "ILGMS Drafting Helper Plugin",
        "default_icon": {
            "16": "images\/icon16.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "copy.js",
                "lbsettings.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https:\/\/ajax.googleapis.com\/;"
    }
}