Fabric Inline Comments
Allows you to see comments from related crashes without having to click on the related crash.
Fabric Inline Commentsとは何ですか?
Fabric Inline CommentsはTony Cosentiniによって開発されたChromeの拡張機能で、その主な機能は「Allows you to see comments from related crashes without having to click on the related crash.」です。
Fabric Inline Comments拡張機能のCRXファイルをダウンロード
Fabric Inline Comments拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Additional details at https://github.com/tonycosentini/fabric_inline_comments/
拡張機能の基本情報
名前 | ![]() |
ID | poddbenhhjkffbflkihlodhobneekpmm |
公式URL | https://chrome.google.com/webstore/detail/fabric-inline-comments/poddbenhhjkffbflkihlodhobneekpmm |
説明 | Allows you to see comments from related crashes without having to click on the related crash. |
ファイルサイズ | 13.61 KB |
インストール数 | 12 |
現在のバージョン | 1.0.4 |
最終更新日 | 2015-05-31 |
公開日 | 2015-05-31 |
評価 | 4.20/5 合計 5 レビュー |
開発者 | Tony Cosentini |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fabric Inline Comments", "description": "Allows you to see comments from related crashes without having to click on the related crash.", "version": "1.0.4", "content_scripts": [ { "matches": [ "https:\/\/fabric.io\/*" ], "js": [ "arrive.js", "script.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "script.js.map" ] } |