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…

Wat is Notify me when I copy?

Notify me when I copy is een Chrome-extensie ontwikkeld door François Beaufort, en de belangrijkste functie is "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…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Notify me when I copy

Download Notify me when I copy-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

                        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.                    

Basisinformatie over de Extensie

Naam Notify me when I copy Notify me when I copy
ID edbgenmnnddaaallbinlbknacdbaoecp
Officiële URL https://chromewebstore.google.com/detail/notify-me-when-i-copy/edbgenmnnddaaallbinlbknacdbaoecp
Beschrijving 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…
Bestandsgrootte 28.5 KB
Aantal Installaties 58
Huidige Versie 1
Laatst Bijgewerkt 2012-12-15
Publicatiedatum 2012-12-15
Beoordeling 4.57/5 Totaal 7 Beoordelingen
Ontwikkelaar François Beaufort
Betalingswijze free
Extensiewebsite https://plus.google.com/100132233764003563318/posts
Help Pagina-URL https://plus.google.com/100132233764003563318/posts/iVkn4qAm2uq
Ondersteunde Talen 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
}