lichess-drow
Adds the BlitzIn for ICC "draw" sound to lichess.org
lichess-drowとは何ですか?
lichess-drowはVincent Simardによって開発されたChromeの拡張機能で、その主な機能は「Adds the BlitzIn for ICC "draw" sound to lichess.org」です。
lichess-drow拡張機能のCRXファイルをダウンロード
lichess-drow拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | lichess-drow |
ID | kgljljppljobmdankjemkdaacnhpobpl |
公式URL | https://chromewebstore.google.com/detail/lichess-drow/kgljljppljobmdankjemkdaacnhpobpl |
説明 | Adds the BlitzIn for ICC "draw" sound to lichess.org |
ファイルサイズ | 9.42 KB |
インストール数 | 30 |
現在のバージョン | 0.1.1 |
最終更新日 | 2017-04-02 |
公開日 | 2017-04-02 |
開発者 | Vincent Simard |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "lichess-drow", "version": "0.1.1", "manifest_version": 2, "description": "Adds the BlitzIn for ICC \"draw\" sound to lichess.org", "icons": [], "default_locale": "en", "content_scripts": [ { "matches": [ "http:\/\/*.lichess.org\/*", "https:\/\/*.lichess.org\/*" ], "css": [ "styles\/main.css" ], "js": [ "scripts\/lichess-drow.js" ], "run_at": "document_idle", "all_frames": false } ], "web_accessible_resources": [ "ogg\/*" ], "permissions": [ "storage" ] } |