Trello Cleaner Design
Some improvements in Trello.com UI design, which allows to see cards more clear
Trello Cleaner Designとは何ですか?
Trello Cleaner Designはhttps://uptimiza.comによって開発されたChromeの拡張機能で、その主な機能は「Some improvements in Trello.com UI design, which allows to see cards more clear」です。
拡張機能のスクリーンショット
Trello Cleaner Design拡張機能のCRXファイルをダウンロード
Trello Cleaner Design拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Some improvements in Trello.com UI design, which allows to see cards more clear 拡張機能の基本情報
| 名前 | |
| ID | jpoeolmhikfpcbkmhdodedglnngoljad |
| 公式URL | https://chromewebstore.google.com/detail/trello-cleaner-design/jpoeolmhikfpcbkmhdodedglnngoljad |
| 説明 | Some improvements in Trello.com UI design, which allows to see cards more clear |
| ファイルサイズ | 43.51 KB |
| インストール数 | 59 |
| 現在のバージョン | 1.1 |
| 最終更新日 | 2018-03-03 |
| 公開日 | 2018-03-03 |
| 評価 | 4.33/5 合計 3 レビュー |
| 開発者 | https://uptimiza.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | es |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Trello Cleaner Design",
"manifest_version": 2,
"version": "1.1",
"description": "Some improvements in Trello.com UI design, which allows to see cards more clear",
"background": {
"persistent": false,
"scripts": [
"jquery.min.js",
"background.js"
]
},
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"browser_action": {
"name": "Trello Cleaner Design",
"icons": [
"icon.png"
],
"default_icon": "icon.png",
"default_title": "Trello Cleaner Design",
"default_popup": "popup.html"
},
"web_accessible_resources": [
"trello.css",
"trello_plus.css"
],
"content_scripts": [
{
"matches": [
"http:\/\/trello.com\/*",
"https:\/\/trello.com\/*"
],
"js": [
"jquery.min.js",
"background.js"
]
}
],
"permissions": [
"storage",
"tabs",
"background"
]
} | |