Ring Accelerator Toolbox

Toolbox for Ring Accelerator

Ring Accelerator Toolbox là gì?

Ring Accelerator Toolbox là một tiện ích mở rộng Chrome được phát triển bởi Ring Publishing, và tính năng chính của nó là "Toolbox for Ring Accelerator".

Ả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 Ring Accelerator Toolbox

Tải xuống các tệp mở rộng Ring Accelerator Toolbox 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

                        Ring Accelerator Toolbox provides developers and content creators with an easy to use, powerful tool for development, testing and debugging of their websites that is always at their disposal. It's a tool that allows you and your team to change variants, view CDF configuration and many more without the need to leave your website.                    

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

Tên Ring Accelerator Toolbox Ring Accelerator Toolbox
ID ahffaapbjofchkghfclgdhcikbamdojg
URL Chính Thức https://chromewebstore.google.com/detail/ring-accelerator-toolbox/ahffaapbjofchkghfclgdhcikbamdojg
Mô tả Toolbox for Ring Accelerator
Kích Thước Tệp 15.61 KB
Số Lần Cài Đặt 95
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2023-08-22
Ngày Phát Hành 2020-02-24
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Ring Publishing
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://ringpublishing.com/
URL Trang Chính Sách Bảo Mật https://ringpublishing.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ring Accelerator Toolbox",
    "description": "Toolbox for Ring Accelerator",
    "version": "1.0.4",
    "manifest_version": 2,
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "assets\/logo-128.png",
            "256": "assets\/logo-256.png"
        }
    },
    "icons": {
        "128": "assets\/logo-128.png",
        "256": "assets\/logo-256.png"
    },
    "permissions": [
        "activeTab"
    ],
    "content_security_policy": "script-src 'self' https:\/\/bookmarklet.accelerator.ringpublishing.com; object-src 'self'"
}