Trello Prime
Use Trello with some cool features.
Trello Primeとは何ですか?
Trello Primeはthearchitgargによって開発されたChromeの拡張機能で、その主な機能は「Use Trello with some cool features.」です。
拡張機能のスクリーンショット
Trello Prime拡張機能のCRXファイルをダウンロード
Trello Prime拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        - You will be able to see the card ID when a card is open (HOT FEATURE)
- Change your custom background color w/o changing color for all the teammates.
- You can see the trello card short id on every card (which you can use to refrence cards in standup meetings or to name your git branches)
- Now you will be able to see the label text on each card.
- Turn ON/OFF any of these features anytime. 
- Cool UI & lightweight plugin(screenshots attached)
- Results in increased productivity and will help to name your branches.
More cool features coming soon so add this to your chrome so that it will be automatically updated whenever a new version will arrive. Write in the comments if you would like to have any new feature or you face any issue, I will try to respond as quickly as possible.                     拡張機能の基本情報
| 名前 |   |  
| ID | mkphpfbogfpojbbmbdhfcboleippkffh | 
| 公式URL | https://chromewebstore.google.com/detail/trello-prime/mkphpfbogfpojbbmbdhfcboleippkffh | 
| 説明 | Use Trello with some cool features. | 
| ファイルサイズ | 149 KB | 
| インストール数 | 150 | 
| 現在のバージョン | 1.0.2 | 
| 最終更新日 | 2019-08-18 | 
| 公開日 | 2019-08-18 | 
| 評価 | 5.00/5 合計 3 レビュー | 
| 開発者 | thearchitgarg | 
| 支払い方法 | free | 
| 対応言語 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trello Prime",
    "short_name": "Trel-Prime",
    "description": "Use Trello with some cool features.",
    "version": "1.0.2",
    "browser_action": {
        "default_icon": "assets\/logo.png",
        "default_popup": "popup.html",
        "default_title": "Trello Prime"
    },
    "icons": {
        "128": "assets\/logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.trello.com\/*"
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "scripts\/content_script.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "*:\/\/trello.com\/*",
        "tabs",
        "storage"
    ]
}  |  |