Ring Accelerator Toolbox

Toolbox for Ring Accelerator

什么是Ring Accelerator Toolbox?

Ring Accelerator Toolbox是由Ring Publishing开发的Chrome扩展程序,该扩展的主要功能是“Toolbox for Ring Accelerator”。

扩展截图

screenshot

下载Ring Accelerator Toolbox扩展crx文件

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

扩展使用说明

                        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.                    

扩展基本信息

名称 Ring Accelerator Toolbox Ring Accelerator Toolbox
ID ahffaapbjofchkghfclgdhcikbamdojg
官方URL https://chromewebstore.google.com/detail/ring-accelerator-toolbox/ahffaapbjofchkghfclgdhcikbamdojg
简介 Toolbox for Ring Accelerator
文件大小 15.61 KB
安装次数 95
当前版本 1.0.4
更新时间 2023-08-22
上架时间 2020-02-24
评分 5.00/5 共3次评分
开发者 Ring Publishing
电子邮箱 [email protected]
付费类型 free
扩展官网 https://ringpublishing.com/
隐私政策页面URL https://ringpublishing.com/privacy-policy
支持的语言 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'"
}