Trello Archiver
Add the ability to visually archive some trello organization's organizations
Trello Archiverとは何ですか?
Trello Archiverはkevchaによって開発されたChromeの拡張機能で、その主な機能は「Add the ability to visually archive some trello organization's organizations」です。
拡張機能のスクリーンショット
Trello Archiver拡張機能のCRXファイルをダウンロード
Trello Archiver拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Trello Archiver is a small plugin to add a Show / Hide feature for organizations in Trello homepage with persistence. 拡張機能の基本情報
| 名前 | |
| ID | aggcamajlndgcihfjbmfcaonlmbfjhnn |
| 公式URL | https://chromewebstore.google.com/detail/trello-archiver/aggcamajlndgcihfjbmfcaonlmbfjhnn |
| 説明 | Add the ability to visually archive some trello organization's organizations |
| ファイルサイズ | 2.67 MB |
| インストール数 | 28 |
| 現在のバージョン | 1.1 |
| 最終更新日 | 2016-02-11 |
| 公開日 | 2016-02-11 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | kevcha |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "Add the ability to visually archive some trello organization's organizations",
"manifest_version": 2,
"name": "Trello Archiver",
"version": "1.1",
"applications": {
"gecko": {
"id": "[email protected]"
}
},
"icons": {
"48": "assets\/trello-archiver-48.png",
"128": "assets\/trello-archiver-128.png"
},
"permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"content_scripts": [
{
"matches": [
"*:\/\/*.trello.com\/*"
],
"js": [
"jquery-2.1.4.min.js",
"archiver.js"
]
}
]
} | |