Copy+

Copy what you want, the way you want.

Copy+とは何ですか?

Copy+はjeffrey.d.pierceによって開発されたChromeの拡張機能で、その主な機能は「Copy what you want, the way you want.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Copy tab titles and links, plus selected content with attribution and deep links to well formatted documents containing anchors or ids.                    

拡張機能の基本情報

名前 Copy+ Copy+
ID fongiamncbegghdnkbfbklddncbhbmed
公式URL https://chromewebstore.google.com/detail/copy+/fongiamncbegghdnkbfbklddncbhbmed
説明 Copy what you want, the way you want.
ファイルサイズ 47.77 KB
インストール数 72
現在のバージョン 2020.05.02
最終更新日 2020-05-05
公開日 2020-05-02
開発者 jeffrey.d.pierce
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Copy+",
    "description": "Copy what you want, the way you want.",
    "version": "2020.05.02",
    "permissions": [
        "tabs",
        "contextMenus",
        "clipboardWrite",
        ""
    ],
    "browser_action": {
        "default_title": "Copy+",
        "default_icon": "images\/plus.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "icons": {
        "16": "images\/plus.png",
        "48": "images\/plus.png",
        "128": "images\/plus.png"
    }
}