maxontech / click-to-copy

πŸ–±οΈ Chrome Extension: Copy Text, Urls, and CSS with one Click!

Home Page:https://chromewebstore.google.com/detail/click-to-copy/fonpjogfddpklefillfepifbcikebelh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Click to Copy

Preview

Copy Text, URLs, and CSS with one Click πŸ”₯

"Click to Copy" is a Chrome Browser Extension that allows you to copy Text, URLs, and CSS with one click! The clipboard collects all copied items and allows you to copy everything within it.

πŸ‘‰ Get it now for Chrome

Made by maxontech

Table of contents

Features

  • Copy Text ✏️: Selected text is immediately copied to clipboard
  • Copy URLs βœ‚οΈ: Shows all URLs on a page and allows you to copy them
  • Copy CSS πŸ”Ž: Inspect element CSS and copy the style
  • List πŸ‘€: Manage copied items in the clipboard
  • Most recently clicked item is available in the navigator clipboard (paste it using Ctrl + V)
  • To exit the copy mode, you can simply click on escape (ESC)
  • You can delete copied items from the list by pressing the "x" icon

Opening Click to Copy

To open Click to Copy, you can click on the extension icon in the toolbar.

Closing Click to Copy

To close Click to Copy, press the close icon in the menu.

Installing locally on Chrome

You can run the extension locally without having to install it from the Chrome Store.

  1. Download the code. In the web version of GitHub, you can do that by clicking the green "Code" button, and then "Download ZIP".
  2. Go to chrome://extensions/ in your browser, and enable developer mode.
  3. Drag the main folder (make sure it's a folder and not a ZIP file, so unzip first), or click on the "Load unpacked" button and locate the folder.
  4. That's it, you will now be able to use the extension locally.

Libraries

  • jQuery - for better event handling and DOM manipulation

Contact

Feel free to reach out to me on Twitter: on Twitter if you have any questions or feedback! Hope you find this useful!

About

πŸ–±οΈ Chrome Extension: Copy Text, Urls, and CSS with one Click!

https://chromewebstore.google.com/detail/click-to-copy/fonpjogfddpklefillfepifbcikebelh


Languages

Language:JavaScript 78.2%Language:CSS 21.8%