Symplify Editor

Runs Symplify editor on any website without implementing it in source code

什么是Symplify Editor?

Symplify Editor是由https://sitegainer.com开发的Chrome扩展程序,该扩展的主要功能是“Runs Symplify editor on any website without implementing it in source code”。

扩展截图

screenshot

下载Symplify Editor扩展crx文件

下载Symplify Editor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        https://symplify.com/privacy-policy/                    

扩展基本信息

名称 Symplify Editor Symplify Editor
ID ioobandlchlacjdggpppmbiinfikgcmc
官方URL https://chromewebstore.google.com/detail/symplify-editor/ioobandlchlacjdggpppmbiinfikgcmc
简介 Runs Symplify editor on any website without implementing it in source code
文件大小 31.36 KB
安装次数 297
当前版本 1.1
更新时间 2022-12-05
上架时间 2018-01-26
评分 5.00/5 共1次评分
开发者 https://sitegainer.com
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://symplify.com/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Symplify Editor",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Runs Symplify editor on any website without implementing it in source code",
    "homepage_url": "https:\/\/symplify.com",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        },
        "default_title": "Set custom id"
    },
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "src\/inject\/inject.js"
            ],
            "run_at": "document_end",
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}