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…

Notify me when I copy क्या है?

Notify me when I copy François Beaufort द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Notify me when I copy एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Notify me when I copy Notify me when I copy
ID edbgenmnnddaaallbinlbknacdbaoecp
आधिकारिक URL https://chromewebstore.google.com/detail/notify-me-when-i-copy/edbgenmnnddaaallbinlbknacdbaoecp
विवरण 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…
फ़ाइल का आकार 28.5 KB
स्थापना संख्या 58
वर्तमान संस्करण 1
अंतिम अपडेट 2012-12-15
प्रकाशन तिथि 2012-12-15
रेटिंग 4.57/5 कुल 7 रेटिंग्स
डेवलपर François Beaufort
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://plus.google.com/100132233764003563318/posts
सहायता पृष्ठ URL https://plus.google.com/100132233764003563318/posts/iVkn4qAm2uq
समर्थित भाषाएँ 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
}