AtCoder Sample Extension
AtCoderの問題ページに、サンプルテキストのコピーボタンとダウンロードボタンを追加します。
What is AtCoder Sample Extension?
AtCoder Sample Extension is a Chrome extension developed by snakazawa, and its main feature is "AtCoderの問題ページに、サンプルテキストのコピーボタンとダウンロードボタンを追加します。".
Extension Screenshots
Download AtCoder Sample Extension Extension CRX File
Download AtCoder Sample Extension 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の問題ページに、サンプルテキストのコピーボタンとダウンロードボタンを追加します。 ※本プラグインは非公式のプラグインです。ご利用は自己責任でお願いします。 各ボタンは、入力・出力サンプルのテキストエリアの上に表示されます。 ポップアップから、ボタンの表示設定や、保存ファイル名を変更できます。 ダウンロードは、Chromeの設定で「ダウンロード前に各ファイルの保存場所を確認する」にチェックを入れておくと、より便利になるかと思います。
Extension Basic Information
Name | AtCoder Sample Extension |
ID | febodnekblkhjlojinkppdgopljllbab |
Official URL | https://chromewebstore.google.com/detail/atcoder-sample-extension/febodnekblkhjlojinkppdgopljllbab |
Description | AtCoderの問題ページに、サンプルテキストのコピーボタンとダウンロードボタンを追加します。 |
File Size | 64.12 KB |
Installation Count | 35 |
Current Version | 1.0.0 |
Last Updated | 2015-12-30 |
Publish Date | 2015-12-30 |
Developer | snakazawa |
Payment Type | free |
Extension Website | https://github.com/snakazawa/AtCoderSampleExtension |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AtCoder Sample Extension", "version": "1.0.0", "description": "AtCoder\u306e\u554f\u984c\u30da\u30fc\u30b8\u306b\u3001\u30b5\u30f3\u30d7\u30eb\u30c6\u30ad\u30b9\u30c8\u306e\u30b3\u30d4\u30fc\u30dc\u30bf\u30f3\u3068\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u30dc\u30bf\u30f3\u3092\u8ffd\u52a0\u3057\u307e\u3059\u3002", "author": "s.nakazawa", "homepage_url": "https:\/\/github.com\/snakazawa\/AtCoderSampleExtension", "browser_action": { "default_popup": "views\/popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*.atcoder.jp\/tasks\/*", "https:\/\/*.atcoder.jp\/tasks\/*" ], "js": [ "vendor\/clipboard\/dist\/clipboard.min.js", "js\/lib\/optionStorage.js", "js\/content_scripts.js" ] } ], "permissions": [ "storage" ] } |