Clipbuffer

Copy URLs without overwiting the clipboard.

Vad är Clipbuffer?

Clipbuffer är en Chrome-tillägg utvecklad av JM Chumo Mata, och dess huvudfunktion är "Copy URLs without overwiting the clipboard.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Clipbuffer-förlängningens CRX-fil

Ladda ner Clipbuffer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Clipbuffer Clipbuffer
ID kaljanbaemmkahepmddieipmafapobdb
Officiell webbadress https://chromewebstore.google.com/detail/clipbuffer/kaljanbaemmkahepmddieipmafapobdb
Beskrivning Copy URLs without overwiting the clipboard.
Filstorlek 4.93 KB
Antal Installationer 19
Aktuell Version 0.4.1
Senast Uppdaterad 2012-07-13
Publiceringsdatum 2012-07-12
Utvecklare JM Chumo Mata
Betalningssätt free
Stödda Språk 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"
}