A chrome extensions to boost the process of copy-paste of text on a web browser
- Added copy text feature from content script
- Sending message to background in global script
A chrome extension which supports multiple copy of items from clipboard and select those items to paste at desired place using the simple shortcuts of Ctrl+c
and Ctrl+v
.
Clone the git repository by using the following command in a terminal with Git
installed
git clone https://github.com/Utsavjain4561/copy-pasty-chrome-extension.git
To install the chrome extension to your browser follow the steps:
- Open Chrome Browser->Settings->Extensions
- Enable Developer mode
- Click on Load unpacked button on top of the page
- Select the root folder for this repository
- The extension will be added to the Chrome Extension Manager page.
- Make sure to enable the chrome extension by clicking the toggling button.
All set to use the copy-pasty-chrome-extension !!
- After installing the extension an alert box appears asking permission to read and write clipboard data. Click on Allow button
- Click on the icon and a popup will appear as shown below
- Select some text on the page and hit Ctrl+c. Do this with as many different texts you want and then open the extension.The extension will contain all your copied text as shown below.
-
On clicking the list icons and thumbnail you will be directed to the corresponding webpage while clicking on the list item itself will select the particular text which you can paste using Ctrl+v shortcut.
-
Clicking on the delete icon will delete the text from the list