Exs Smiley List

Adds a list of smilies next to the miniblog response textarea.

Vad är Exs Smiley List?

Exs Smiley List är en Chrome-tillägg utvecklad av ArnoldsK, och dess huvudfunktion är "Adds a list of smilies next to the miniblog response textarea.".

Tilläggsskärmbilder

screenshot

Ladda ner Exs Smiley List-förlängningens CRX-fil

Ladda ner Exs Smiley List-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Jo kāpēc gan nē?

Paplašinājums priekš spēļu komūnas exs.lv                    

Grundläggande Information om Tillägg

Namn Exs Smiley List Exs Smiley List
ID hmnhmefbmicogmijmhpefefnnfabhpcj
Officiell webbadress https://chromewebstore.google.com/detail/exs-smiley-list/hmnhmefbmicogmijmhpefefnnfabhpcj
Beskrivning Adds a list of smilies next to the miniblog response textarea.
Filstorlek 18.96 KB
Antal Installationer 45
Aktuell Version 0.4
Senast Uppdaterad 2017-04-04
Publiceringsdatum 2017-04-04
Betyg 2.00/5 Totalt 1 Betyg
Utvecklare ArnoldsK
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Exs Smiley List",
    "description": "Adds a list of smilies next to the miniblog response textarea.",
    "version": "0.4",
    "manifest_version": 2,
    "content_scripts": [
        {
            "exclude_globs": [],
            "include_globs": [
                "*"
            ],
            "js": [
                "smilies.user.js"
            ],
            "matches": [
                "https:\/\/exs.lv\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "converted_from_user_script": true,
    "icons": {
        "16": "icon-16.png",
        "128": "icon-128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}