Copy & Paste

The extension will allow you to speed up the time of your work. All your copies will be stored in the extension and you will have…

Copy & Pasteとは何ですか?

Copy & Pasteはgal.bogdan2015によって開発されたChromeの拡張機能で、その主な機能は「The extension will allow you to speed up the time of your work. All your copies will be stored in the extension and you will have…」です。

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

screenshot

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

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

拡張機能の使用方法

                        The extension will allow you to speed up the time of your work. All your copies will be stored in the extension and you will have quick access to them.

Save the data you need with one click by simply copying it.

Just use Ctrl+c.                    

拡張機能の基本情報

名前 Copy & Paste Copy & Paste
ID oijiikmgkljldpbpddpmhiblpgkciobn
公式URL https://chromewebstore.google.com/detail/copy-paste/oijiikmgkljldpbpddpmhiblpgkciobn
説明 The extension will allow you to speed up the time of your work. All your copies will be stored in the extension and you will have…
ファイルサイズ 81.47 KB
インストール数 889
現在のバージョン 1.0
最終更新日 2020-06-29
公開日 2020-06-28
開発者 gal.bogdan2015
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Copy & Paste",
    "version": "1.0",
    "icons": {
        "32": "img\/logo32.png",
        "48": "img\/logo48.png"
    },
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "*:\/\/fonts.googleapis.com\/*",
        "storage"
    ],
    "background": {
        "scripts": [
            "js\/libs\/jquery-3.2.1.min.js",
            "js\/libs\/safeResponse.js",
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/oncopy.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Copy & Paste",
        "default_icon": "img\/logo64.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}