Notify me when I copy

You know, sometimes, you press + c and you really really want it to be copied so you press it a second time. But you really…

Qu'est-ce que Notify me when I copy ?

Notify me when I copy est une extension Chrome développée par François Beaufort, et sa fonction principale est "You know, sometimes, you press + c and you really really want it to be copied so you press it a second time. But you really…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Notify me when I copy

Téléchargez les fichiers d'extension Notify me when I 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

                        You know, sometimes, you press  + c and you really really want it to be copied so you press it a second time. 
But you really really want it to be copied, so you press it a third time.

With this extension, each time you copy some text in Google Chrome, you'll be notified that the copy in the clipboard has been well done.                    

Informations de Base sur l'Extension

Nom Notify me when I copy Notify me when I copy
ID edbgenmnnddaaallbinlbknacdbaoecp
URL Officiel https://chromewebstore.google.com/detail/notify-me-when-i-copy/edbgenmnnddaaallbinlbknacdbaoecp
Description You know, sometimes, you press + c and you really really want it to be copied so you press it a second time. But you really…
Taille du Fichier 28.5 KB
Nombre d'Installations 58
Version Actuelle 1
Dernière Mise à Jour 2012-12-15
Date de Publication 2012-12-15
Évaluation 4.57/5 Total 7 Évaluations
Développeur François Beaufort
Type de Paiement free
Site Web de l'Extension https://plus.google.com/100132233764003563318/posts
URL de la Page d'Aide https://plus.google.com/100132233764003563318/posts/iVkn4qAm2uq
Langues Prises en Charge en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Notify me when I copy",
    "version": "1",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "48": "48.png",
        "64": "64.png",
        "128": "128.png"
    },
    "permissions": [
        "notifications"
    ],
    "manifest_version": 2
}