Animate Banner Control
Tool to control banners used by Adobe Animate, using Timeline.
Animate Banner Controlคืออะไร?
Animate Banner Control เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Euro Rincon และคุณลักษณะหลักของมันคือ "Tool to control banners used by Adobe Animate, using Timeline."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Animate Banner Control
ดาวน์โหลดไฟล์ส่วนขยาย Animate Banner Control ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Herramienta para controlar los banners construidos con Adobe Animate
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Animate Banner Control |
ID | opoepllejmfjjnjbdpjbpeheooehpmbh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/animate-banner-control/opoepllejmfjjnjbdpjbpeheooehpmbh |
คำอธิบาย | Tool to control banners used by Adobe Animate, using Timeline. |
ขนาดไฟล์ | 240 KB |
จำนวนการติดตั้ง | 74 |
เวอร์ชันปัจจุบัน | 0.7.6 |
อัปเดตครั้งล่าสุด | 2023-02-12 |
วันที่เผยแพร่ | 2019-10-08 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Euro Rincon |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Tool to control banners used by Adobe Animate, using Timeline.", "minimum_chrome_version": "28", "manifest_version": 2, "version": "0.7.6", "content_security_policy": "script-src 'self'; object-src 'self'", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "https:\/\/fonts.googleapis.com\/*.*", "tabs", "background", "activeTab" ], "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+D", "mac": "MacCtrl+Shift+D" } } }, "background": { "persistent": false, "scripts": [ "js\/background.js", "js\/jquery.min.js", "js\/jquery-ui.min.js" ] }, "browser_action": { "default_icon": "img\/128.png", "default_title": "Animate Banner Control" }, "web_accessible_resources": [ "img\/*.*", "fonts\/*.*", "css\/*.*", "html\/*.*", "js\/*.*" ], "name": "Animate Banner Control", "icons": { "128": "img\/128.png" } } |