Animation Policy

Run animations only once, or disable animation completely.

Animation Policyคืออะไร?

Animation Policy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย chrome-a11y-extensions และคุณลักษณะหลักของมันคือ "Run animations only once, or disable animation completely."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Animation Policy

ดาวน์โหลดไฟล์ส่วนขยาย Animation Policy ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Disable all image animations, or make animations run only once.

This extension allows users to control all animations across websites and formats. It works on all animated image formats and animated SVG. Does not affect video.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Animation Policy Animation Policy
ID ncigbofjfbodhkaffojakplpmnleeoee
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/animation-policy/ncigbofjfbodhkaffojakplpmnleeoee
คำอธิบาย Run animations only once, or disable animation completely.
ขนาดไฟล์ 152 KB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 0.2
อัปเดตครั้งล่าสุด 2024-03-05
วันที่เผยแพร่ 2015-04-28
คะแนน 3.35/5 รวมทั้งหมด 155 คะแนน
ผู้พัฒนา chrome-a11y-extensions
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://policies.google.com/privacy?hl=en
ภาษาที่รองรับ id,ms,de,en,en-GB,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_ANIMATION_APPNAME__",
    "version": "0.2",
    "description": "__MSG_ANIMATION_APPDESC__",
    "permissions": [
        "accessibilityFeatures.read",
        "accessibilityFeatures.modify"
    ],
    "action": {
        "default_icon": "animation.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 3,
    "default_locale": "en"
}