Text emoticons

Set of text emoticons for important negotiations.

Wat is Text emoticons?

Text emoticons is een Chrome-extensie ontwikkeld door https://oleg.ninja, en de belangrijkste functie is "Set of text emoticons for important negotiations.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Text emoticons

Download Text emoticons-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        There are two ways to use it:

* Click on extension's icon. In this case, the selected emoticon is copied into the buffer immediately.

* Press Alt+Shift+O in the input area. Selected smile will immediately appear in the area after the entered text.                    

Basisinformatie over de Extensie

Naam Text emoticons Text emoticons
ID edbdmlapnodebdekiekhmeokboihmong
Officiële URL https://chromewebstore.google.com/detail/text-emoticons/edbdmlapnodebdekiekhmeokboihmong
Beschrijving Set of text emoticons for important negotiations.
Bestandsgrootte 45.71 KB
Aantal Installaties 1,275
Huidige Versie 3
Laatst Bijgewerkt 2016-02-29
Publicatiedatum 2016-02-28
Beoordeling 4.48/5 Totaal 21 Beoordelingen
Ontwikkelaar https://oleg.ninja
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://oleg.ninja/text-emoticons/
URL van de Privacybeleid Pagina https://developer.chrome.com/webstore/program_policies
Ondersteunde Talen en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "default_locale": "en",
    "version": "3",
    "description": "__MSG_extDescription__",
    "minimum_chrome_version": "28",
    "icons": {
        "32": "images\/icon32.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "clipboardWrite",
        "notifications",
        "*:\/\/*\/*"
    ],
    "commands": {
        "show-layer": {
            "suggested_key": {
                "default": "Alt+Shift+O"
            },
            "description": "__MSG_commandDescription__"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/vendor\/jquery-2.1.3.min.js",
                "js\/smiles.js",
                "js\/box.js"
            ],
            "css": [
                "css\/text-enjoy.css"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_title": "__MSG_extName__",
        "default_icon": "images\/icon32.png",
        "default_popup": "views\/popup.html"
    },
    "homepage_url": "http:\/\/oleg.ninja\/text-emoticons\/"
}