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…

What is Notify me when I copy?

Notify me when I copy is a Chrome extension developed by François Beaufort, and its main feature 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…".

Extension Screenshots

screenshot

Download Notify me when I copy Extension CRX File

Download Notify me when I copy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Notify me when I copy Notify me when I copy
ID edbgenmnnddaaallbinlbknacdbaoecp
Official URL 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…
File Size 28.5 KB
Installation Count 58
Current Version 1
Last Updated 2012-12-15
Publish Date 2012-12-15
Rating 4.57/5 Total 7 Ratings
Developer François Beaufort
Payment Type free
Extension Website https://plus.google.com/100132233764003563318/posts
Help Page URL https://plus.google.com/100132233764003563318/posts/iVkn4qAm2uq
Supported Languages 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
}