Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Easy Copy

A browser extension that makes copying links easy. When you click the extension icon, it automatically copies the current tab's title and URL in markdown format: [Page Title](https://example.com).

Features

  • One-click copying: Click the extension icon to copy the current page as a markdown link

Development

Prerequisites

  • Bun (JavaScript runtime and bundler)

Setup

Install dependencies:

bun install

Building

Build the extension for Chrome:

bun run index.tsx

This will generate the built extensions in the dist/ directory.

Development

The project uses browserrc for building browser extensions with Bun.

Installation

Chrome

  1. Open Chrome and go to chrome://extensions/
  2. Enable "Developer mode" in the top right
  3. Click "Load unpacked" and select the dist/chrome/ directory

Usage

  1. Navigate to any webpage
  2. Click the Easy Copy extension icon in your browser toolbar
  3. The markdown link [Page Title](https://example.com) will be copied to your clipboard
  4. Paste it anywhere you need a formatted link

Permissions

The extension requires the following permissions:

  • clipboardWrite: To copy text to clipboard
  • tabs: To access current tab information
  • offscreen: To use offscreen documents for clipboard operations

About

Browser extension for copying things to the clipboard, such as a markdown link to the current tab. Built using browserrc

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages