Enable Copy

Allow selecting, copying, pasting anywhere.

Enable Copyとは何ですか?

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

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

screenshot

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

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

拡張機能の使用方法

                        Enable Copy is a simple tool made by Derek.

How to use :
To enable Enable Copy, simply click the toolbar icon and then hover any element on you want to copy in current page.                    

拡張機能の基本情報

名前 Enable Copy Enable Copy
ID igbahmkffbagkepelepkldjiknhbklga
公式URL https://chromewebstore.google.com/detail/enable-copy/igbahmkffbagkepelepkldjiknhbklga
説明 Allow selecting, copying, pasting anywhere.
ファイルサイズ 19.78 KB
インストール数 20,000
現在のバージョン 1.0
最終更新日 2022-01-21
公開日 2020-10-05
評価 3.63/5 合計 16 レビュー
開発者 Derek
Eメール [email protected]
支払い方法 free
対応言語 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "manifest_version": 2,
    "version": "1.0",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "icons": {
        "48": "img\/48.png"
    },
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "img\/48.png",
        "default_title": "__MSG_extName__"
    },
    "web_accessible_resources": [
        "img\/header.png",
        "img\/body.png",
        "img\/footer.png"
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "file:\/\/*\/*"
    ]
}