Symplify Editor

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

Symplify Editor là gì?

Symplify Editor là một tiện ích mở rộng Chrome được phát triển bởi https://sitegainer.com, và tính năng chính của nó là "Runs Symplify editor on any website without implementing it in source code".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Symplify Editor

Tải xuống các tệp mở rộng Symplify Editor dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Symplify Editor Symplify Editor
ID ioobandlchlacjdggpppmbiinfikgcmc
URL Chính Thức https://chromewebstore.google.com/detail/symplify-editor/ioobandlchlacjdggpppmbiinfikgcmc
Mô tả Runs Symplify editor on any website without implementing it in source code
Kích Thước Tệp 31.36 KB
Số Lần Cài Đặt 297
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2022-12-05
Ngày Phát Hành 2018-01-26
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://sitegainer.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://symplify.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}