Coopy - Multiple Copy/Paste

Coopy - Extension for Multiple Copy/Paste

Vad är Coopy - Multiple Copy/Paste?

Coopy - Multiple Copy/Paste är en Chrome-tillägg utvecklad av http://coopy.li, och dess huvudfunktion är "Coopy - Extension for Multiple Copy/Paste".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Coopy - Multiple Copy/Paste-förlängningens CRX-fil

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

                        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                    

Grundläggande Information om Tillägg

Namn Coopy - Multiple Copy/Paste Coopy - Multiple Copy/Paste
ID bgimpaahmlbpgfbfdmjjfmfehngechli
Officiell webbadress https://chrome.google.com/webstore/detail/coopy-multiple-copypaste/bgimpaahmlbpgfbfdmjjfmfehngechli
Beskrivning Coopy - Extension for Multiple Copy/Paste
Filstorlek 62.46 KB
Antal Installationer 1,591
Aktuell Version 1.1
Senast Uppdaterad 2017-03-20
Publiceringsdatum 2017-03-20
Betyg 3.13/5 Totalt 30 Betyg
Utvecklare http://coopy.li
Betalningssätt free
Tilläggswebbplats http://coopy.li/
Stödda Språk 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"
    ]
}