Let Me Copy

Extension to allow copy text from websites where doesn't allow us to copy their content

Let Me Copyとは何ですか?

Let Me Copyはdebuggerによって開発されたChromeの拡張機能で、その主な機能は「Extension to allow copy text from websites where doesn't allow us to copy their content」です。

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

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

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Let Me Copy Let Me Copy
ID lbmilljobfmddjnildfgggcjioofaabn
公式URL https://chrome.google.com/webstore/detail/let-me-copy/lbmilljobfmddjnildfgggcjioofaabn
説明 Extension to allow copy text from websites where doesn't allow us to copy their content
ファイルサイズ 7.86 KB
インストール数 84
現在のバージョン 1.0
最終更新日 2018-03-20
公開日 2018-03-20
評価 2.71/5 合計 7 レビュー
開発者 debugger
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Let Me Copy",
    "version": "1.0",
    "description": "Extension to allow copy text from websites where doesn't allow us to copy their content",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.infobae.com\/*"
            ],
            "js": [
                "background.js"
            ]
        }
    ],
    "manifest_version": 2
}