Clipbuffer

Copy URLs without overwiting the clipboard.

Clipbuffer là gì?

Clipbuffer là một tiện ích mở rộng Chrome được phát triển bởi JM Chumo Mata, và tính năng chính của nó là "Copy URLs without overwiting the clipboard.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Clipbuffer

Tải xuống các tệp mở rộng Clipbuffer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Clipbuffer Clipbuffer
ID kaljanbaemmkahepmddieipmafapobdb
URL Chính Thức https://chromewebstore.google.com/detail/clipbuffer/kaljanbaemmkahepmddieipmafapobdb
Mô tả Copy URLs without overwiting the clipboard.
Kích Thước Tệp 4.93 KB
Số Lần Cài Đặt 19
Phiên Bản Hiện Tại 0.4.1
Cập Nhật Lần Cuối 2012-07-13
Ngày Phát Hành 2012-07-12
Nhà Phát Triển JM Chumo Mata
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}