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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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