Copy+

Copy what you want, the way you want.

Vad är Copy+?

Copy+ är en Chrome-tillägg utvecklad av jeffrey.d.pierce, och dess huvudfunktion är "Copy what you want, the way you want.".

Tilläggsskärmbilder

screenshot

Ladda ner Copy+-förlängningens CRX-fil

Ladda ner Copy+-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

                        Copy tab titles and links, plus selected content with attribution and deep links to well formatted documents containing anchors or ids.                    

Grundläggande Information om Tillägg

Namn Copy+ Copy+
ID fongiamncbegghdnkbfbklddncbhbmed
Officiell webbadress https://chromewebstore.google.com/detail/copy+/fongiamncbegghdnkbfbklddncbhbmed
Beskrivning Copy what you want, the way you want.
Filstorlek 47.77 KB
Antal Installationer 72
Aktuell Version 2020.05.02
Senast Uppdaterad 2020-05-05
Publiceringsdatum 2020-05-02
Utvecklare jeffrey.d.pierce
E-post [email protected]
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Copy+",
    "description": "Copy what you want, the way you want.",
    "version": "2020.05.02",
    "permissions": [
        "tabs",
        "contextMenus",
        "clipboardWrite",
        ""
    ],
    "browser_action": {
        "default_title": "Copy+",
        "default_icon": "images\/plus.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "icons": {
        "16": "images\/plus.png",
        "48": "images\/plus.png",
        "128": "images\/plus.png"
    }
}