AtCoder ACer
問題一覧ページにACした人数を表示します
What is AtCoder ACer?
AtCoder ACer is a Chrome extension developed by tatsumack, and its main feature is "問題一覧ページにACした人数を表示します".
Extension Screenshots
Download AtCoder ACer Extension CRX File
Download AtCoder ACer 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
AtCoderの問題一覧ページにコンテスト中にACした人数を表示します。 ※本拡張機能は非公式です。ご利用は自己責任でお願いします。
Extension Basic Information
Name | AtCoder ACer |
ID | pmdfjdiiiacncpgmjmeicdoidkaadjde |
Official URL | https://chromewebstore.google.com/detail/atcoder-acer/pmdfjdiiiacncpgmjmeicdoidkaadjde |
Description | 問題一覧ページにACした人数を表示します |
File Size | 123 KB |
Installation Count | 1,029 |
Current Version | 1.1 |
Last Updated | 2018-12-18 |
Publish Date | 2018-12-18 |
Developer | tatsumack |
Payment Type | free |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AtCoder ACer", "description": "\u554f\u984c\u4e00\u89a7\u30da\u30fc\u30b8\u306bAC\u3057\u305f\u4eba\u6570\u3092\u8868\u793a\u3057\u307e\u3059", "version": "1.1", "content_scripts": [ { "matches": [ "https:\/\/atcoder.jp\/contests\/*\/tasks" ], "js": [ "js\/jquery-3.3.1.min.js", "js\/main.js" ] } ], "permissions": [ "http:\/\/beta.atcoder.jp\/" ] } |