Auto Clipboard

Select automatic copy of text, crack selection prohibition and copy prohibition, support various libraries and websites, and…

Auto Clipboardとは何ですか?

Auto Clipboardはwangmeijian2016によって開発されたChromeの拡張機能で、その主な機能は「Select automatic copy of text, crack selection prohibition and copy prohibition, support various libraries and websites, and…」です。

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

screenshot

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

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

拡張機能の使用方法

                        Select text, automatically copy to clipboard, save you every second!
By default, the input text is not copied. Hold down Ctrl and select the input text.

GitHub https://github.com/wangmeijian/auto_clipboard
Issue https://github.com/wangmeijian/auto_clipboard/issues

0.5.3
2022-09-10
* Support more types of website                    

拡張機能の基本情報

名前 Auto Clipboard Auto Clipboard
ID inhnhgihdkbalmmojcbpalkkmhkmcdjm
公式URL https://chromewebstore.google.com/detail/auto-clipboard/inhnhgihdkbalmmojcbpalkkmhkmcdjm
説明 Select automatic copy of text, crack selection prohibition and copy prohibition, support various libraries and websites, and…
ファイルサイズ 24.27 KB
インストール数 1,684
現在のバージョン 0.10.1
最終更新日 2022-12-13
公開日 2020-03-13
評価 4.13/5 合計 8 レビュー
開発者 wangmeijian2016
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/wangmeijian/auto_clipboard
対応言語 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "version": "0.10.1",
    "action": {
        "default_icon": {
            "16": "images\/[email protected]",
            "24": "images\/[email protected]",
            "32": "images\/[email protected]",
            "48": "images\/[email protected]",
            "128": "images\/[email protected]"
        },
        "default_title": "__MSG_defaultTitle__",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "images\/[email protected]",
        "24": "images\/[email protected]",
        "32": "images\/[email protected]",
        "48": "images\/[email protected]",
        "128": "images\/[email protected]"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "content-script.js",
                "initialization.js"
            ],
            "match_about_blank": true,
            "run_at": "document_end"
        }
    ],
    "default_locale": "zh_CN",
    "description": "__MSG_description__",
    "author": "wangmeijian",
    "permissions": [
        "clipboardWrite",
        "storage",
        "contextMenus"
    ]
}