1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

コピペしたら1文字ずつタイピングしてくれるChrome拡張機能をつくーる

1
Posted at

はじめに

コピペしたら1文字ずつタイピングしてくれるChrome拡張機能を作りました。タイピングの苦手な方がデモ動画を作るときとかに活用してください。

開発環境

  • MacBook Air M1, 2020
  • Chrome 143.0.7499.42

フォルダ構成

paste-typer/
  README.md
  paste-typer/
    manifest.json
    contentScript.js

導入

こちらのリポジトリをクローンします

git clone https://github.com/SatoshiRobatoFujimoto/paste-typer.git

Chrome を開き chrome://extensions/ にアクセスします。

右上の「デベロッパーモード」をオンにして、「パッケージ化されていない拡張機能を読み込む」を選択

20251216-002701-2f148410.png

paste-typer フォルダを指定します(スクリプトがあるフォルダを選択)

20251216-002821-6b211794.png

20251216-004114-170ca28d.png

コピペして試してみましょう

お疲れ様でした。

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?