Copy-Code
Creates a copy to clipboard button on every code text.
What is Copy-Code?
Copy-Code is a Chrome extension developed by João da Torre Pereira, and its main feature is "Creates a copy to clipboard button on every code text.".
Extension Screenshots
Download Copy-Code Extension CRX File
Download Copy-Code 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
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
Extension Basic Information
Name | Copy-Code |
ID | heokjaibaafegafgaaodfgjjgjffnenk |
Official URL | https://chromewebstore.google.com/detail/copy-code/heokjaibaafegafgaaodfgjjgjffnenk |
Description | Creates a copy to clipboard button on every code text. |
File Size | 569 KB |
Installation Count | 226 |
Current Version | 1.3 |
Last Updated | 2023-08-05 |
Publish Date | 2022-06-01 |
Rating | 5.00/5 Total 1 Ratings |
Developer | João da Torre Pereira |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/thePeras/copy-code-extension |
Supported Languages | 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" ] } ] } |