Skip to content

Chrome extension that emulates typing text from your clipboard

Notifications You must be signed in to change notification settings

behaviorism/clipboard-typer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clipboard Typer

Overview

Clipboard Typer is a chrome extension that allows users to emulate typing text directly from their clipboard. It simplifies the process of pasting content by mimicking a natural typing effect, making it useful for various scenarios where manual typing is preferred.

Installation

  1. Clone the repository or download the ZIP file.
  2. Open Chrome and go to chrome://extensions/.
  3. Enable "Developer mode" at the top-right corner.
  4. Click on "Load unpacked" and select the extension directory.

Permissions

  • debugger: the extension uses the debugger api to emulatyping, as other methods do not work on some sites (i.e.: google docs)
  • scripting and activeTab: the extension uses scripting to inject a short script that reads the clipboard from the currently active tab, as there's no other way afaik of reading the clipboard from a service worker

Usage

  1. Copy text to your clipboard.
  2. Right click on any page and choose the "Start typing" option. Alternatively, click on the extension icon and choose the "Start typing" choice
  3. To stop typing, repeat the same process, but choose "Stop typing"

About

Chrome extension that emulates typing text from your clipboard

Topics

Resources

Stars

Watchers

Forks