Copy+

Copy what you want, the way you want.

Qu'est-ce que Copy+ ?

Copy+ est une extension Chrome développée par jeffrey.d.pierce, et sa fonction principale est "Copy what you want, the way you want.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Copy+

Téléchargez les fichiers d'extension Copy+ au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Copy+ Copy+
ID fongiamncbegghdnkbfbklddncbhbmed
URL Officiel https://chromewebstore.google.com/detail/copy+/fongiamncbegghdnkbfbklddncbhbmed
Description Copy what you want, the way you want.
Taille du Fichier 47.77 KB
Nombre d'Installations 72
Version Actuelle 2020.05.02
Dernière Mise à Jour 2020-05-05
Date de Publication 2020-05-02
Développeur jeffrey.d.pierce
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}