Pure Potential: EZLynx Name/Note Formatter
Pure Potential: EZLynx Naming Conventions and Note Formatter
什么是Pure Potential: EZLynx Name/Note Formatter?
Pure Potential: EZLynx Name/Note Formatter是由chadspaide开发的Chrome扩展程序,该扩展的主要功能是“Pure Potential: EZLynx Naming Conventions and Note Formatter”。
扩展截图
下载Pure Potential: EZLynx Name/Note Formatter扩展crx文件
下载Pure Potential: EZLynx Name/Note Formatter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        Standard of Procedures for EZlynx Discussion Titles and Note & Task Text Body Formatting.  Enable your Team to have clear communication.                     扩展基本信息
| 名称 |   |  
| ID | hcfboffbjemffnebglgbjpmbakahaioh | 
| 官方URL | https://chromewebstore.google.com/detail/pure-potential-ezlynx-nam/hcfboffbjemffnebglgbjpmbakahaioh | 
| 简介 | Pure Potential: EZLynx Naming Conventions and Note Formatter | 
| 文件大小 | 158 KB | 
| 安装次数 | 547 | 
| 当前版本 | 0.1.9 | 
| 更新时间 | 2023-12-05 | 
| 上架时间 | 2020-11-18 | 
| 评分 | 4.00/5 共1次评分 | 
| 开发者 | chadspaide | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 扩展官网 | https://pure-potential.net/ | 
| 帮助页面URL | https://pure-potential.net/ | 
| 支持的语言 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pure Potential: EZLynx Name\/Note Formatter",
    "version": "0.1.9",
    "manifest_version": 2,
    "description": "Pure Potential: EZLynx Naming Conventions and Note Formatter",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "js\/jquery\/jquery.min.js",
            "js\/bililite.js",
            "js\/jquery.sendkeys.js",
            "src\/bg\/bg-flag.js",
            "src\/ValidTitles.js",
            "src\/TitleHandler.js",
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/app.ezlynx.com\/*",
                "*:\/\/callcenter.purepotential.io\/admin\/*"
            ],
            "js": [
                "js\/bililite.js",
                "js\/jquery\/jquery.min.js",
                "js\/jquery.sendkeys.js",
                "src\/UI.js",
                "src\/ValidTitles.js",
                "src\/TitleHandler.js",
                "src\/inject.js"
            ],
            "css": [
                "css\/inject.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Pure Potential EZLynx Naming Conventions and Note Formatter",
        "default_popup": "src\/popup\/popup.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "*:\/\/app.ezlynx.com\/*",
        "*:\/\/www.dropbox.com\/*"
    ],
    "web_accessible_resources": [
        "img\/*"
    ]
}  |  |