trello+
Configurable, high contrast user cards for Trello
trello+とは何ですか?
trello+はWilliam M Hayesによって開発されたChromeの拡張機能で、その主な機能は「Configurable, high contrast user cards for Trello」です。
拡張機能のスクリーンショット
trello+拡張機能のCRXファイルをダウンロード
trello+拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Highlights the Trello cards you're attached to.
v 1.6
- Updated avatar identification
v 1.5
- Added support for subscribed lists and cards
v1.4
- Added compressed cards
- Added image dim to dimmed cards
- Misc layout tweaks 拡張機能の基本情報
| 名前 | |
| ID | kgehmpaejbdohkkhjjkejhodgnjeejgm |
| 公式URL | https://chromewebstore.google.com/detail/trello+/kgehmpaejbdohkkhjjkejhodgnjeejgm |
| 説明 | Configurable, high contrast user cards for Trello |
| ファイルサイズ | 43.45 KB |
| インストール数 | 43 |
| 現在のバージョン | 1.6 |
| 最終更新日 | 2017-08-12 |
| 公開日 | 2017-08-12 |
| 開発者 | William M Hayes |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "trello+",
"short_name": "trello+",
"description": "Configurable, high contrast user cards for Trello",
"version": "1.6",
"browser_action": {
"default_icon": "shared\/icons\/icon16.png",
"default_popup": "popup\/index.html"
},
"icons": {
"16": "shared\/icons\/icon16.png",
"48": "shared\/icons\/icon48.png",
"128": "shared\/icons\/icon128.png"
},
"permissions": [
"storage",
"https:\/\/trello.com\/"
],
"content_scripts": [
{
"all_frames": true,
"js": [
"shared\/js\/jquery.min.js",
"app\/app.min.js"
],
"css": [
"app\/app.css"
],
"matches": [
"https:\/\/trello.com\/*"
]
}
]
} | |