Enable Copy

Allow selecting, copying, pasting.

Enable Copyとは何ですか?

Enable Copyはhttps://xasaxa.comによって開発されたChromeの拡張機能で、その主な機能は「Allow selecting, copying, pasting.」です。

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

screenshot

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

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

拡張機能の使用方法

                        allows you to easily perform copying in sites that block copy                    

拡張機能の基本情報

名前 Enable Copy Enable Copy
ID pedikhgldlhhinfcajmpnicfpkbneeeh
公式URL https://chrome.google.com/webstore/detail/enable-copy/pedikhgldlhhinfcajmpnicfpkbneeeh
説明 Allow selecting, copying, pasting.
ファイルサイズ 13.57 KB
インストール数 10,086
現在のバージョン 0.0003
最終更新日 2021-06-29
公開日 2020-04-22
評価 4.20/5 合計 5 レビュー
開発者 https://xasaxa.com
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://sites.google.com/view/ndk-extension-privacy-policy/trang-ch%E1%BB%A7
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Enable Copy",
    "version": "0.0003",
    "manifest_version": 2,
    "description": "Allow selecting, copying, pasting.",
    "icons": {
        "19": "icon19.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "enable.js"
    ],
    "browser_action": {
        "default_icon": "icon19-disable.png",
        "default_title": "Enable Copy"
    },
    "permissions": [
        "tabs",
        ""
    ]
}