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
官方URL 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\/;"
    }
}