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…

Cos'è Notify me when I copy?

Notify me when I copy è un'estensione di Chrome sviluppata da François Beaufort, e la sua funzione principale è "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…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Notify me when I copy

Scarica i file di estensione Notify me when I copy in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Notify me when I copy Notify me when I copy
ID edbgenmnnddaaallbinlbknacdbaoecp
URL Ufficiale https://chromewebstore.google.com/detail/notify-me-when-i-copy/edbgenmnnddaaallbinlbknacdbaoecp
Descrizione 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…
Dimensione del File 28.5 KB
Conteggio Installazioni 58
Versione Corrente 1
Ultimo Aggiornamento 2012-12-15
Data di Pubblicazione 2012-12-15
Valutazione 4.57/5 Totale 7 Valutazioni
Sviluppatore François Beaufort
Tipo di Pagamento free
Sito Web dell'Estensione https://plus.google.com/100132233764003563318/posts
URL della Pagina di Aiuto https://plus.google.com/100132233764003563318/posts/iVkn4qAm2uq
Lingue Supportate 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
}