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
官方網址 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"
}