Clipbuffer

Copy URLs without overwiting the clipboard.

Clipbufferとは何ですか?

ClipbufferはJM Chumo Mataによって開発されたChromeの拡張機能で、その主な機能は「Copy URLs without overwiting the clipboard.」です。

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

screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        This extensión provides context menus to add content to he clipboard without overwriting it. Works on:
* Links
* Images
* Selected text
* Current page address
* Audio and video (HTML5)

The code can be found here: https://github.com/jmchuma/Clipbuffer                    

拡張機能の基本情報

名前 Clipbuffer Clipbuffer
ID kaljanbaemmkahepmddieipmafapobdb
公式URL https://chromewebstore.google.com/detail/clipbuffer/kaljanbaemmkahepmddieipmafapobdb
説明 Copy URLs without overwiting the clipboard.
ファイルサイズ 4.93 KB
インストール数 19
現在のバージョン 0.4.1
最終更新日 2012-07-13
公開日 2012-07-12
開発者 JM Chumo Mata
支払い方法 free
対応言語 en,es
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "bg.html"
    },
    "default_locale": "en",
    "description": "__MSG_description__",
    "manifest_version": 2,
    "name": "Clipbuffer",
    "offline_enabled": true,
    "permissions": [
        "clipboardRead",
        "clipboardWrite",
        "contextMenus"
    ],
    "version": "0.4.1"
}