Clipbuffer
Copy URLs without overwiting the clipboard.
What is Clipbuffer?
Clipbuffer is a Chrome extension developed by JM Chumo Mata, and its main feature is "Copy URLs without overwiting the clipboard.".
Extension Screenshots
Download Clipbuffer Extension CRX File
Download Clipbuffer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Clipbuffer |
ID | kaljanbaemmkahepmddieipmafapobdb |
Official URL | https://chromewebstore.google.com/detail/clipbuffer/kaljanbaemmkahepmddieipmafapobdb |
Description | Copy URLs without overwiting the clipboard. |
File Size | 4.93 KB |
Installation Count | 19 |
Current Version | 0.4.1 |
Last Updated | 2012-07-13 |
Publish Date | 2012-07-12 |
Developer | JM Chumo Mata |
Payment Type | free |
Supported Languages | 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" } |