Always Copy

A simple extension that lets you always copy highlighted items to the clipboard, even when right clicking or ctrl + c doesn't work.

Always Copyとは何ですか?

Always Copyはjapamatによって開発されたChromeの拡張機能で、その主な機能は「A simple extension that lets you always copy highlighted items to the clipboard, even when right clicking or ctrl + c doesn't work.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Lets you copy highlighted text to your clip board even when the page doesn't allow you to do so by right clicking the traditional copy button or using ⌘ + c (windows: ctrl + c) doesn't work.                    

拡張機能の基本情報

名前 Always Copy Always Copy
ID pfiieiadpcemdkcaaicekbiokgnojnim
公式URL https://chromewebstore.google.com/detail/always-copy/pfiieiadpcemdkcaaicekbiokgnojnim
説明 A simple extension that lets you always copy highlighted items to the clipboard, even when right clicking or ctrl + c doesn't work.
ファイルサイズ 6.92 KB
インストール数 288
現在のバージョン 1.0
最終更新日 2020-06-17
公開日 2020-06-16
開発者 japamat
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Always Copy",
    "version": "1.0",
    "description": "A simple extension that lets you always copy highlighted items to the clipboard, even when right clicking or ctrl + c doesn't work.",
    "permissions": [
        "contextMenus",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": {
            "16": "images\/copy_16.png",
            "32": "images\/copy_32.png",
            "48": "images\/copy_48.png",
            "128": "images\/copy_128.png"
        }
    },
    "icons": {
        "16": "images\/copy_16.png",
        "32": "images\/copy_32.png",
        "48": "images\/copy_48.png",
        "128": "images\/copy_128.png"
    },
    "manifest_version": 2
}