Clipbuffer
Copy URLs without overwiting the clipboard.
Wat is Clipbuffer?
Clipbuffer is een Chrome-extensie ontwikkeld door JM Chumo Mata, en de belangrijkste functie is "Copy URLs without overwiting the clipboard.".
Extensie Screenshots
Download het CRX-bestand van de extensie Clipbuffer
Download Clipbuffer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        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                     Basisinformatie over de Extensie
| Naam |   |  
| ID | kaljanbaemmkahepmddieipmafapobdb | 
| Officiële URL | https://chromewebstore.google.com/detail/clipbuffer/kaljanbaemmkahepmddieipmafapobdb | 
| Beschrijving | Copy URLs without overwiting the clipboard. | 
| Bestandsgrootte | 4.93 KB | 
| Aantal Installaties | 19 | 
| Huidige Versie | 0.4.1 | 
| Laatst Bijgewerkt | 2012-07-13 | 
| Publicatiedatum | 2012-07-12 | 
| Ontwikkelaar | JM Chumo Mata | 
| Betalingswijze | free | 
| Ondersteunde Talen | 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"
}  |  |