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"
}