lean-qiita-team
lean your qiita team
What is lean-qiita-team?
lean-qiita-team is a Chrome extension developed by jigsaw, and its main feature is "lean your qiita team".
Extension Screenshots
Download lean-qiita-team Extension CRX File
Download lean-qiita-team extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
                        Qiita:Team の新デザインをより見やすくするためのパッチです。
機能:
* 記事の横幅を広くして見やすくできます
* 記事のサイドバーの表示/非表示を切り替えることができます
* エディタのテキストエリアも大きめに
* トップページも横幅を広めに
チェンジログ:
0.0.4 テーブルが fixed, 横幅100% になっているのを修正
0.0.3 エディタの縦幅を調整
0.0.2 エディタの幅を調整
0.0.1 初回リリース                     Extension Basic Information
| Name |   |  
| ID | cmmapiojknfnhfjcmjlbbklkookmgbhm | 
| Official URL | https://chromewebstore.google.com/detail/lean-qiita-team/cmmapiojknfnhfjcmjlbbklkookmgbhm | 
| Description | lean your qiita team | 
| File Size | 4.35 KB | 
| Installation Count | 12 | 
| Current Version | 0.0.4 | 
| Last Updated | 2015-05-14 | 
| Publish Date | 2015-05-14 | 
| Developer | jigsaw | 
| [email protected] | |
| Payment Type | free | 
| Extension Website | https://github.com/e-jigsaw/lean-qiita-team | 
| Help Page URL | https://github.com/e-jigsaw/lean-qiita-team/issues | 
| Supported Languages | ja | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "lean-qiita-team",
    "description": "lean your qiita team",
    "version": "0.0.4",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.qiita.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "index.js"
            ]
        }
    ]
}  |  |