Auto Copy Paste Text

Automatically copy text and paste text without formatting

Auto Copy Paste Textとは何ですか?

Auto Copy Paste Textはmzzlillieeeによって開発されたChromeの拡張機能で、その主な機能は「Automatically copy text and paste text without formatting」です。

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

screenshot

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

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

拡張機能の使用方法

                        When text is selected using the mouse, it will automatically be copied to the clipboard without formatting. 

It's a simple tool that lives in the background, and It will help you work faster when copying and pasting.                    

拡張機能の基本情報

名前 Auto Copy Paste Text Auto Copy Paste Text
ID phgmoaeodbmhgdjfcfcnjalbijaiebof
公式URL https://chrome.google.com/webstore/detail/auto-copy-paste-text/phgmoaeodbmhgdjfcfcnjalbijaiebof
説明 Automatically copy text and paste text without formatting
ファイルサイズ 5.4 KB
インストール数 1,000
現在のバージョン 1
最終更新日 2020-03-11
公開日 2020-03-11
評価 3.25/5 合計 8 レビュー
開発者 mzzlillieee
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Auto Copy Paste Text",
    "version": "1",
    "description": "Automatically copy text and paste text without formatting",
    "author": "Lilly Tang",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "autocopy.js"
            ]
        }
    ]
}