https://github.com/solodynamo/copytoeditor
A chrome/mozilla extension that allows double click on any code snippets on web and it automatically gets copied .
https://github.com/solodynamo/copytoeditor
chrome chrome-extension copy-paste copy-to-clipboard extension mozilla
Last synced: 4 months ago
JSON representation
A chrome/mozilla extension that allows double click on any code snippets on web and it automatically gets copied .
- Host: GitHub
- URL: https://github.com/solodynamo/copytoeditor
- Owner: solodynamo
- License: mit
- Created: 2017-03-11T16:13:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-12T05:42:25.000Z (over 8 years ago)
- Last Synced: 2025-01-19T07:11:48.442Z (5 months ago)
- Topics: chrome, chrome-extension, copy-paste, copy-to-clipboard, extension, mozilla
- Language: JavaScript
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Copy To Editor

An extension(chrome/firefox) to copy code snippets from all over the web just by double clicking works best with w3schools, mozilla, stackoverflow,stackexchange .
## Getting Started
### Installing
- Clone the repo.
```shell
git clone https://github.com/solodynamo/CopyToEditor.git
```- Load the extension into Google Chrome as an Unpacked Extension:
```
Navigate to (1a) chrome://extensions or (1b) select Menu > More Tools > Extensions.
Enable the (2) developer mode at top right.
(3) Click "Load Unpacked Extension".
Navigate to the cloned folder.
```
For additional help, refer the [official guide for Chrome](https://developer.chrome.com/extensions/getstarted#unpacked).- or Simply !!! just drag and drop the folder on the extensions page.
### Installing on Firefox
- Load the extension into Firefox as a Temporary Add-on:- Open Firefox
- Enter (1) "about:debugging" in the URL bar
- Click (2) "Load Temporary Add-on"
- Open the cloned directory and select any file inside the folder.
For additional help, refer the [official guide for Firefox](https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Temporary_Installation_in_Firefox).### Local Development
- Follow installation instructions and install the extension.
- Work on the code.
- Use Reload (`Ctrl+R`) to reload the extension from `chrome://extensions` page.
- Test the new changes.## Contributing
This repo :heart: contributions. Feel free to send this repo a PR.1. Create an issue if there is one
2. [Fork the repo] (https://github.com/solodynamo/CopyToEditor/fork)
3. Create your feature branch (`git checkout -b your-feature`)
4. Add and commit your changes (`git commit -am 'message'`)
5. Push the branch (`git push origin your-feature`)
6. Create a new Pull Request### Feedback
[Create an issue](https://github.com/solodynamo/CopyToEditor/issues) for all discussions, bugs, feature requests and pull requests.### Authors
[**solodynamo**](https://github.com/solodynamo)See also the list of [contributors](https://github.com/solodynamo/CopyToEditor/contributors) who participated in this project.
### License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.