Text clipboard

This extension will help you with keeping multiple text values to copy to clipboard

Text clipboardとは何ですか?

Text clipboardはseva.voloshinによって開発されたChromeの拡張機能で、その主な機能は「This extension will help you with keeping multiple text values to copy to clipboard」です。

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

screenshot

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

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

拡張機能の使用方法

                        With this extension you will be allow to paste multiple texts across the tabs to easily copypaste them. Imagine that your clipboard contains not the only one text, but multiple ones for easier selecting which text should be pasted on each tab                    

拡張機能の基本情報

名前 Text clipboard Text clipboard
ID aeghdejlekobjgfdpfniondeobklbgpl
公式URL https://chromewebstore.google.com/detail/text-clipboard/aeghdejlekobjgfdpfniondeobklbgpl
説明 This extension will help you with keeping multiple text values to copy to clipboard
ファイルサイズ 9.03 KB
インストール数 58
現在のバージョン 1.4
最終更新日 2022-06-30
公開日 2021-12-27
開発者 seva.voloshin
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/Volosh1n/text-clipboard-chrome-extension
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Text clipboard",
    "description": "This extension will help you with keeping multiple text values to copy to clipboard",
    "version": "1.4",
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ]
}