Coopy - Multiple Copy/Paste

Coopy - Extension for Multiple Copy/Paste

Wat is Coopy - Multiple Copy/Paste?

Coopy - Multiple Copy/Paste is een Chrome-extensie ontwikkeld door http://coopy.li, en de belangrijkste functie is "Coopy - Extension for Multiple Copy/Paste".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Coopy - Multiple Copy/Paste

Download Coopy - Multiple Copy/Paste-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

                        1. Enable extension
2. Select the necessary text and press the C key, select other necessary text and press the C key, over and over again
3. Go to the new document and press the V keys                    

Basisinformatie over de Extensie

Naam Coopy - Multiple Copy/Paste Coopy - Multiple Copy/Paste
ID bgimpaahmlbpgfbfdmjjfmfehngechli
Officiële URL https://chrome.google.com/webstore/detail/coopy-multiple-copypaste/bgimpaahmlbpgfbfdmjjfmfehngechli
Beschrijving Coopy - Extension for Multiple Copy/Paste
Bestandsgrootte 62.46 KB
Aantal Installaties 1,591
Huidige Versie 1.1
Laatst Bijgewerkt 2017-03-20
Publicatiedatum 2017-03-20
Beoordeling 3.13/5 Totaal 30 Beoordelingen
Ontwikkelaar http://coopy.li
Betalingswijze free
Extensiewebsite http://coopy.li/
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Coopy - Multiple Copy\/Paste",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Coopy - Extension for Multiple Copy\/Paste",
    "background": {
        "persistent": true,
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentscript.js",
                "lib\/iziToast\/js\/iziToast.min.js"
            ],
            "css": [
                "lib\/iziToast\/css\/iziToast.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "icons": {
        "128": "images\/icons\/icon128.png"
    },
    "browser_action": {
        "name": "click to enable",
        "default_icon": {
            "16": "images\/icons\/icon16off.png",
            "24": "images\/icons\/icon24off.png",
            "32": "images\/icons\/icon32off.png"
        }
    },
    "permissions": [
        "clipboardRead",
        "clipboardWrite",
        "",
        "storage",
        "tabs"
    ]
}