Exs Smiley List
Adds a list of smilies next to the miniblog response textarea.
Co to jest Exs Smiley List?
Exs Smiley List to rozszerzenie Chrome opracowane przez ArnoldsK, a jego główną funkcją jest „Adds a list of smilies next to the miniblog response textarea.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Exs Smiley List
Pobierz pliki rozszerzeń Exs Smiley List w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Jo kāpēc gan nē? Paplašinājums priekš spēļu komūnas exs.lv
Podstawowe informacje o rozszerzeniu
Nazwa | Exs Smiley List |
ID | hmnhmefbmicogmijmhpefefnnfabhpcj |
Oficjalny URL | https://chromewebstore.google.com/detail/exs-smiley-list/hmnhmefbmicogmijmhpefefnnfabhpcj |
Opis | Adds a list of smilies next to the miniblog response textarea. |
Rozmiar pliku | 18.96 KB |
Liczba instalacji | 45 |
Aktualna Wersja | 0.4 |
Ostatnia Aktualizacja | 2017-04-04 |
Data Publikacji | 2017-04-04 |
Ocena | 2.00/5 Łącznie 1 Oceny |
Deweloper | ArnoldsK |
Typ Płatności | free |
Obsługiwane Języki | 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'" } |