Ring Accelerator Toolbox
Toolbox for Ring Accelerator
Ring Accelerator Toolboxคืออะไร?
Ring Accelerator Toolbox เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ring Publishing และคุณลักษณะหลักของมันคือ "Toolbox for Ring Accelerator"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ring Accelerator Toolbox
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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'" } |