Re-enable Copy

Removes copy disablers from certain pages; gives the information's control back to the user.

Re-enable Copyとは何ですか?

Re-enable Copyはtacla.yamadaによって開発されたChromeの拡張機能で、その主な機能は「Removes copy disablers from certain pages; gives the information's control back to the user.」です。

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

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

拡張機能の使用方法

                        This disables copy spies which try to prevent users from copy and pasting content from a web page.                    

拡張機能の基本情報

名前 Re-enable Copy Re-enable Copy
ID kpojaicmdgpmoemkdlbnmokolafjmcbn
公式URL https://chrome.google.com/webstore/detail/re-enable-copy/kpojaicmdgpmoemkdlbnmokolafjmcbn
説明 Removes copy disablers from certain pages; gives the information's control back to the user.
ファイルサイズ 17.25 KB
インストール数 56
現在のバージョン 0.0.1
最終更新日 2014-07-03
公開日 2014-07-03
評価 4.67/5 合計 3 レビュー
開発者 tacla.yamada
支払い方法 free
拡張機能のウェブサイト https://github.com/yamadapc/re-enable-copy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Re-enable Copy",
    "description": "Removes copy disablers from certain pages; gives the information's control back to the user.",
    "version": "0.0.1",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.folha.uol.com.br\/*"
            ],
            "js": [
                "main.js"
            ],
            "run_at": "document_end"
        }
    ]
}