Ring Accelerator Toolbox
Toolbox for Ring Accelerator
什麼是Ring Accelerator Toolbox?
Ring Accelerator Toolbox是由Ring Publishing開發的Chrome擴展程式,該擴展的主要功能是“Toolbox for Ring Accelerator”。
擴展截圖
下載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 |
ID | ahffaapbjofchkghfclgdhcikbamdojg |
官方網址 | 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'" } |