Minimal Chrome extension (8ko) that output the content of clipboard to a new tab

README.md 477B

PasteTab

Introduction

A minimalist (8K) chrome extension that output the clipboard to a new tab

Building

You can repack the extension with the community script from https://developer.chrome.com/extensions/crx#scripts:

./pack src/ key.pem

Installation

You can install it on chrome/chromium from the chrome://extensions panel by enabling the Developper mode and specify the src dir or drag’n’dropping the PasteTab.crx file.