Copypasta

Copy and paste your text snippets with one click

Copypastaとは何ですか?

CopypastaはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Copy and paste your text snippets with one click」です。

拡張機能のスクリーンショット

screenshot
screenshot

Copypasta拡張機能のCRXファイルをダウンロード

Copypasta拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The data is saved to local storage (~5MB), so there’s plenty of room to store actual copypastas. I tried it with the bee movie script and it works fine, although it’s a bit of a hassle to scroll through all of it to reach the bottom ¯\_(ツ)_/¯

You can use Copypasta to easily paste:
- Food order details
- Text emoticons
- Addresses
- Email / phone numbers
- Code snippets
- Copy pastas                    

拡張機能の基本情報

名前 Copypasta Copypasta
ID lgapkbbdlekmaeomdpndkpkmckghjnmh
公式URL https://chromewebstore.google.com/detail/copypasta/lgapkbbdlekmaeomdpndkpkmckghjnmh
説明 Copy and paste your text snippets with one click
ファイルサイズ 516 KB
インストール数 43
現在のバージョン 1.0
最終更新日 2021-12-30
公開日 2021-12-27
評価 5.00/5 合計 1 レビュー
開発者 Unknown
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Copypasta",
    "name": "Copypasta",
    "description": "Copy and paste your text snippets with one click",
    "version": "1.0",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    },
    "icons": {
        "16": "favicon.png",
        "48": "favicon.png",
        "128": "favicon.png"
    }
}