emoji Remote URL
url is more than words, get the remote URL of emoji.
Co to jest emoji Remote URL?
emoji Remote URL to rozszerzenie Chrome opracowane przez hustcc, a jego główną funkcją jest „url is more than words, get the remote URL of emoji.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia emoji Remote URL
Pobierz pliki rozszerzeń emoji Remote URL 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
emoji表情的URL地址。 对于一些网站可能并不支持emoji格式,所以直接使用远程的表情图标。适用于任何场合。
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | eonokmediijlcicdmpdcnofgeehjjleg |
Oficjalny URL | https://chrome.google.com/webstore/detail/eonokmediijlcicdmpdcnofgeehjjleg |
Opis | url is more than words, get the remote URL of emoji. |
Rozmiar pliku | 822 KB |
Liczba instalacji | 20 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2016-05-17 |
Data Publikacji | 2016-05-17 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | hustcc |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://atool.vip |
Obsługiwane Języki | en-US,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "default_locale": "zh_CN", "description": "__MSG_extDesp__", "version": "1.0.1", "icons": { "256": "res\/icon_256.png", "128": "res\/icon_128.png", "64": "res\/icon_64.png", "32": "res\/icon_64.png", "16": "res\/icon_64.png" }, "browser_action": { "default_icon": "res\/icon_256.png", "default_popup": "res\/popup.html" }, "permissions": [ "clipboardWrite" ] } |