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 |
官方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" } |