Skip to content

Commit e62a095

Browse files
Update README.md
1 parent 7a44639 commit e62a095

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,18 @@ Python 3.5 以降で動作する [AtCoder](http://atcoder.jp/) からサンプ
2222
|Rust|[@fukatani](https://github.com/fukatani/) (generator, template)|[@koba-e964](https://github.com/koba-e964/) (template, CR)|
2323
|Python3|[@kmyk](https://github.com/kmyk/) (generator, template)||
2424

25+
## Demo
26+
<img src="https://user-images.githubusercontent.com/233559/52807100-f6e2d300-30cd-11e9-8906-82b9f9b2dff7.gif" width=70%>
27+
2528
## How to install
2629
`pip3 install atcoder-tools`
2730

28-
## Demo
29-
<img src="https://user-images.githubusercontent.com/233559/52807100-f6e2d300-30cd-11e9-8906-82b9f9b2dff7.gif" width=70%>
31+
## Chrome Extension (NEW! 2019/03/06)
32+
Google ChromeのExtensionです。公開されている過去問を対象として、atcoder-toolsで自動生成されたコードをそのままAtCoderのスニペット上で利用できます。
33+
1. https://kyuridenamida.github.io/atcoder-tools/index.user.js をインストールする (tampermonkey経由)
34+
2. ログインした状態で適当な問題ページに行く(e.g. https://atcoder.jp/contests/abc120/tasks/abc120_d)
35+
3. 正しくインストールされている場合、ページ下部のコードスニペットにコードが標準で埋め込まれている (atcoder-toolsの対応言語のみ)
36+
<img src="https://user-images.githubusercontent.com/233559/53821542-56d3e780-3fb1-11e9-89d9-24a3d0e9af5c.png" width=50%>
3037

3138
## Analysis
3239
https://kyuridenamida.github.io/atcoder-tools/

0 commit comments

Comments
 (0)