This Chrome extension is released at the web store. You can install it from there.
Alternatively, you can install it manually:
-
Clone or download this directory
-
Launch Google Chrome and go to Window -> Extensions
-
Turn on "Developper Mode"
-
"Load Unpacked Extension" -> select this directory (
crx
)
After installation (and activation), go to AtCoder (https://atcoder.jp/). There will be orange buttons in submit pages and problem pages.
-
Go to a submission form of AtCoder, and click orange "Scratch 3.0 online editor" button to open the online editor.
-
Create your solution in Scratch online editor. If your solution is ready, download your Scratch project to a local file. ([File] -> [Save to your computer])
-
Return to AtCoder and click the orange "Load Scratch project" button. Then select your Scratch project file you downloaded in (2).
-
Your Scratch project file will be instantly converted to C++ source, and displayed in the solution form.
-
Submit it! (Make sure that "C++14(GCC 5.4.1)" (or newer) is selected as the language.)
See here.