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.」です。

拡張機能のスクリーンショット

screenshot

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 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
Eメール [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"
}