Animation Policy
Run animations only once, or disable animation completely.
什麼是Animation Policy?
Animation Policy是由chrome-a11y-extensions開發的Chrome擴展程式,該擴展的主要功能是“Run animations only once, or disable animation completely.”。
擴展截圖
下載Animation Policy擴展crx文件
下載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 |
ID | ncigbofjfbodhkaffojakplpmnleeoee |
官方網址 | 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" } |