An open API service indexing awesome lists of open source software.

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 .

Awesome Lists containing this project

README

        

# Copy To Editor
![Logo](https://s22.postimg.org/iczau3bht/logo.png)
An extension(chrome/firefox) to copy code snippets from all over the web just by double clicking works best with w3schools, mozilla, stackoverflow,stackexchange .

![Screencast](https://s30.postimg.org/qbcsjzbe9/1l7tr3.gif)

## 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.

```

![Installation screenshot](https://s4.postimg.org/mdhxt8kxp/snappy.png)
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.
![Simple installation screenshot](https://s30.postimg.org/tp32sj53l/Screen_Shot_2017_03_12_at_11_02_08_AM.png)

### 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.