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 هو إضافة Chrome تم تطويرها بواسطة 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 للإضافة Notify me when I copy

قم بتنزيل ملفات الامتداد Notify me when I copy بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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
}