Emoticon input everywhere

Allow input emoticon in everywhere

Hvad er Emoticon input everywhere?

Emoticon input everywhere er en Chrome-udvidelse udviklet af Robin Huy, og dens hovedfunktion er "Allow input emoticon in everywhere".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download Emoticon input everywhere-udvidelses-CRX-fil

Download Emoticon input everywhere-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Emoticon input everywhere is a free extension that lets you view and copy emoticons to use everywhere.

Features: 
- Choose the emoticon, Click & Paste to almost everywhere you can.
- Save 10 recent emoticons.
- Total 280 emoticons, separate 4 categories.                    

Grundlæggende oplysninger om udvidelsen

Navn Emoticon input everywhere Emoticon input everywhere
ID bohndelehfpgmhpfohgnoihjdknklnbf
Officiel URL https://chromewebstore.google.com/detail/emoticon-input-everywhere/bohndelehfpgmhpfohgnoihjdknklnbf
Beskrivelse Allow input emoticon in everywhere
Filstørrelse 11.64 KB
Antal Installationer 135
Nuværende Version 1.3
Senest Opdateret 2017-03-21
Udgivelsesdato 2017-03-21
Bedømmelse 4.73/5 Samlet 15 Bedømmelser
Udvikler Robin Huy
Betalingsmetode free
Udvidelseswebsted https://github.com/robinhuy/emoticon-input
Hjælpeside-URL https://github.com/robinhuy/emoticon-input
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Emoticon input everywhere",
    "short_name": "Emoticon input",
    "description": "Allow input emoticon in everywhere",
    "version": "1.3",
    "author": "Robin Huy",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Emoticon input everywhere"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ]
}