Sound Effects for Trello
Plays sound effects for various Trello actions. This is not an official Trello app!
Sound Effects for Trelloとは何ですか?
Sound Effects for TrelloはGavin van Lelyveldによって開発されたChromeの拡張機能で、その主な機能は「Plays sound effects for various Trello actions. This is not an official Trello app!」です。
Sound Effects for Trello拡張機能のCRXファイルをダウンロード
Sound Effects for Trello拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Add custom sound effects to various actions in Trello. This extensions is entirely unaffiliated with Trello.6e98ab
拡張機能の基本情報
名前 | |
ID | bdcmpojgelljaekchpmelhdnjlmocdff |
公式URL | https://chrome.google.com/webstore/detail/sound-effects-for-trello/bdcmpojgelljaekchpmelhdnjlmocdff |
説明 | Plays sound effects for various Trello actions. This is not an official Trello app! |
ファイルサイズ | 88.67 KB |
インストール数 | 136 |
現在のバージョン | 1.0.2 |
最終更新日 | 2015-05-11 |
公開日 | 2015-05-11 |
評価 | 3.40/5 合計 5 レビュー |
開発者 | Gavin van Lelyveld |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sound Effects for Trello", "description": "Plays sound effects for various Trello actions. This is not an official Trello app!", "version": "1.0.2", "icons": { "16": "SEFTicon16.png", "48": "SEFTicon48.png", "128": "SEFTicon128.png" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/trello.com\/b\/*" ], "js": [ "script.js" ], "run_at": "document_end" } ], "options_ui": { "page": "options.html", "chrome_style": true } } |