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 là gì?

Notify me when I copy là một tiện ích mở rộng Chrome được phát triển bởi François Beaufort, và tính năng chính của nó là "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…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Notify me when I copy

Tải xuống các tệp mở rộng Notify me when I copy dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Notify me when I copy Notify me when I copy
ID edbgenmnnddaaallbinlbknacdbaoecp
URL Chính Thức https://chromewebstore.google.com/detail/notify-me-when-i-copy/edbgenmnnddaaallbinlbknacdbaoecp
Mô tả 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…
Kích Thước Tệp 28.5 KB
Số Lần Cài Đặt 58
Phiên Bản Hiện Tại 1
Cập Nhật Lần Cuối 2012-12-15
Ngày Phát Hành 2012-12-15
Đánh Giá 4.57/5 Tổng số 7 Đánh Giá
Nhà Phát Triển François Beaufort
Loại Thanh Toán free
Trang Web Mở Rộng https://plus.google.com/100132233764003563318/posts
URL Trang Trợ Giúp https://plus.google.com/100132233764003563318/posts/iVkn4qAm2uq
Ngôn Ngữ Được Hỗ Trợ 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
}