Copy-Code
Creates a copy to clipboard button on every code text.
Copy-Codeとは何ですか?
Copy-CodeはJoão da Torre Pereiraによって開発されたChromeの拡張機能で、その主な機能は「Creates a copy to clipboard button on every code text.」です。
拡張機能のスクリーンショット
Copy-Code拡張機能のCRXファイルをダウンロード
Copy-Code拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Appends a button to all code snippets to instantly copy the code to clipboard. Extension available for stackoverflow.com, moodle.up.pt and much more. This project is open source and you also can contribute with ideas
拡張機能の基本情報
名前 | Copy-Code |
ID | heokjaibaafegafgaaodfgjjgjffnenk |
公式URL | https://chromewebstore.google.com/detail/copy-code/heokjaibaafegafgaaodfgjjgjffnenk |
説明 | Creates a copy to clipboard button on every code text. |
ファイルサイズ | 569 KB |
インストール数 | 226 |
現在のバージョン | 1.3 |
最終更新日 | 2023-08-05 |
公開日 | 2022-06-01 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | João da Torre Pereira |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/thePeras/copy-code-extension |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Copy-Code", "version": "1.3", "description": "Creates a copy to clipboard button on every code text.", "icons": { "48": "icons\/copy-48.png" }, "content_scripts": [ { "matches": [ "https:\/\/stackoverflow.com\/*", "https:\/\/stackoverflowteams.com\/*", "https:\/\/*.stackexchange.com\/*", "https:\/\/serverfault.com\/*", "https:\/\/superuser.com\/*", "https:\/\/askubuntu.com\/*", "https:\/\/moodle.up.pt\/*", "https:\/\/www.w3resource.com\/*", "https:\/\/w3resource.com\/*", "https:\/\/villate.org\/*", "https:\/\/*.medium.com\/*", "https:\/\/www.npmjs.com\/*", "https:\/\/forums.raspberrypi.com\/*" ], "js": [ "main.js" ] } ] } |