Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 896 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 896 Bytes

CopyMyTab

Copy all -or some- chrome tabs to clipboard with one click. A chrome extenstion for the lazy guys.

Introduction

This chrome extension was developed as a try to provide an interactive and easy-to-use extenstion to users who want to bulk-copy chrome tabs. The intention was to use the most-vanilla possible code, without any frameworks or libraries, minimal as possible, only JS, HTMl and Some CSS.

Features

  • Bulk-copy all the tabs in a window
  • Bulk-copy all the tabs by a keyword
  • Bulk-copy all the tabs opened in every window

Install

  • Clone this repository
  • Visit chrome://extensions (via omnibox or menu -> Tools -> Extensions).
  • Enable Developer mode by ticking the checkbox in the upper-right corner.
  • Click on the "Load unpacked extension..." button.
  • Select the directory containing CopyMyTab.
  • Voila

License

This project is signed under MIT License