CoderVision for HackerRank
For developers by developers. Care your eyes.
CoderVision for HackerRankとは何ですか?
CoderVision for HackerRankはilkem.erolによって開発されたChromeの拡張機能で、その主な機能は「For developers by developers. Care your eyes.」です。
拡張機能のスクリーンショット
CoderVision for HackerRank拡張機能のCRXファイルをダウンロード
CoderVision for HackerRank拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Designed for HackerRank coders. A new HackerRank experience with completely dark design. Changelog: 31.01.2017: v1.0.1 -Fixed some coding area selection bug 31.01.2017: v1.0.2 -Fixed some color bug 02.02.2017: v1.0.3 -Fixed popup menu font size 27.02.2017: v1.0.4 -Fixed page footer color and coding area comment color
拡張機能の基本情報
名前 | CoderVision for HackerRank |
ID | eomolggkimpmbdabnaafpgghfcjfhpke |
公式URL | https://chromewebstore.google.com/detail/codervision-for-hackerran/eomolggkimpmbdabnaafpgghfcjfhpke |
説明 | For developers by developers. Care your eyes. |
ファイルサイズ | 287 KB |
インストール数 | 20 |
現在のバージョン | 1.0.4 |
最終更新日 | 2017-02-26 |
公開日 | 2017-02-26 |
開発者 | ilkem.erol |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CoderVision for HackerRank", "short_name": "CoderVision", "description": "For developers by developers. Care your eyes.", "version": "1.0.4", "author": "IlkemErol", "icons": { "128": "icon\/dark_128.png" }, "permissions": [ "https:\/\/www.hackerrank.com\/*", "http:\/\/www.hackerrank.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.hackerrank.com\/*", "http:\/\/www.hackerrank.com\/*" ], "css": [ "dark.css" ], "run_at": "document_start", "all_frames": true } ], "browser_action": { "default_icon": "icon\/dark_32.png", "default_title": "CoderVision for HackerRank", "default_popup": "popup.html" }, "manifest_version": 2 } |