Copy Buddy

A place to store things that you want to copy and paste later

Copy Buddyとは何ですか?

Copy BuddyはUnknownによって開発されたChromeの拡張機能で、その主な機能は「A place to store things that you want to copy and paste later」です。

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

screenshot

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

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

拡張機能の使用方法

                        A place to store things that you want to copy and paste later                    

拡張機能の基本情報

名前 Copy Buddy Copy Buddy
ID hfngfhpdjgdlcpgjfjhdfcdafphhfojo
公式URL https://chromewebstore.google.com/detail/copy-buddy/hfngfhpdjgdlcpgjfjhdfcdafphhfojo
説明 A place to store things that you want to copy and paste later
ファイルサイズ 26.25 KB
インストール数 13
現在のバージョン 0.4.0
最終更新日 2017-05-05
公開日 2017-05-05
評価 5.00/5 合計 1 レビュー
開発者 Unknown
支払い方法 free
拡張機能のウェブサイト https://github.com/flooose/copy_buddy
ヘルプページのURL https://github.com/flooose/copy_buddy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Copy Buddy",
    "version": "0.4.0",
    "description": "A place to store things that you want to copy and paste later",
    "icons": {
        "16": "copy-buddy-16.png",
        "48": "copy-buddy-48.png",
        "128": "copy-buddy-128.png"
    },
    "author": "christopher floess",
    "browser_action": {
        "default_icon": "drawing-1.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "clipboardWrite",
        "storage",
        "https:\/\/ajax.googleapis.com\/"
    ]
}