Code Climate
A Chrome extension for Code Climate
Code Climateとは何ですか?
Code Climateはhttps://codeclimate.comによって開発されたChromeの拡張機能で、その主な機能は「A Chrome extension for Code Climate」です。
拡張機能のスクリーンショット
Code Climate拡張機能のCRXファイルをダウンロード
Code Climate拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Code quality and test coverage feedback without ever leaving GitHub. See issues displayed directly inside GitHub’s UI. Review which lines are covered in diffs, files, and more. And add repos and open tickets without changing your workflow.
拡張機能の基本情報
名前 | Code Climate |
ID | phgahogocbnfilkegjdpohgkkjgahjgk |
公式URL | https://chromewebstore.google.com/detail/code-climate/phgahogocbnfilkegjdpohgkkjgahjgk |
説明 | A Chrome extension for Code Climate |
ファイルサイズ | 3.21 MB |
インストール数 | 12,872 |
現在のバージョン | 735 |
最終更新日 | 2023-07-10 |
公開日 | 2020-06-16 |
評価 | 3.88/5 合計 42 レビュー |
開発者 | https://codeclimate.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://codeclimate.com/browser-extension |
ヘルプページのURL | https://docs.codeclimate.com |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Code Climate", "version": "735", "homepage_url": "https:\/\/codeclimate.com", "icons": { "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "js": [ "js\/content.js" ], "css": [ "vendor\/octicons\/octicons.css", "vendor\/bentonsans\/benton.css", "stylesheets\/styles.css" ] }, { "matches": [ "https:\/\/codeclimate.com\/*", "https:\/\/api.codeclimate.com\/*" ], "js": [ "js\/cc_content.js" ] } ], "background": { "service_worker": "js\/background.js" }, "permissions": [ "cookies", "storage" ], "manifest_version": 3, "description": "A Chrome extension for Code Climate", "options_page": "options.html", "action": { "default_icon": "icons\/icon64.png", "default_popup": "popup.html" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "host_permissions": [ "https:\/\/github.com\/*", "https:\/\/codeclimate.com\/*", "https:\/\/api.codeclimate.com\/*" ], "web_accessible_resources": [ { "resources": [ "badges\/*", "icons\/*", "vendor\/octicons\/octicons.eot", "vendor\/octicons\/octicons.svg", "vendor\/octicons\/octicons.ttf", "vendor\/octicons\/octicons.woff", "vendor\/bentonsans\/*", "vendor\/snowplow\/2.7.0\/*" ], "matches": [ " |