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…

Co je Notify me when I copy?

Notify me when I copy je rozšíření Chrome vyvinuté François Beaufort, a jeho hlavní funkcí je „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…“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Notify me when I copy

Stáhněte si soubory rozšíření Notify me when I copy ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Notify me when I copy Notify me when I copy
ID edbgenmnnddaaallbinlbknacdbaoecp
Oficiální URL https://chromewebstore.google.com/detail/notify-me-when-i-copy/edbgenmnnddaaallbinlbknacdbaoecp
Popis 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…
Velikost souboru 28.5 KB
Počet instalací 58
Aktuální Verze 1
Poslední Aktualizace 2012-12-15
Datum Vydání 2012-12-15
Hodnocení 4.57/5 Celkem 7 Hodnocení
Vývojář François Beaufort
Typ Platby free
Webové stránky Rozšíření https://plus.google.com/100132233764003563318/posts
URL Stránky Nápovědy https://plus.google.com/100132233764003563318/posts/iVkn4qAm2uq
Podporované Jazyky 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
}