emoji Remote URL
url is more than words, get the remote URL of emoji.
Vad är emoji Remote URL?
emoji Remote URL är en Chrome-tillägg utvecklad av hustcc, och dess huvudfunktion är "url is more than words, get the remote URL of emoji.".
Tilläggsskärmbilder
Ladda ner emoji Remote URL-förlängningens CRX-fil
Ladda ner emoji Remote URL-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
emoji表情的URL地址。 对于一些网站可能并不支持emoji格式,所以直接使用远程的表情图标。适用于任何场合。
Grundläggande Information om Tillägg
Namn | |
ID | eonokmediijlcicdmpdcnofgeehjjleg |
Officiell webbadress | https://chrome.google.com/webstore/detail/eonokmediijlcicdmpdcnofgeehjjleg |
Beskrivning | url is more than words, get the remote URL of emoji. |
Filstorlek | 822 KB |
Antal Installationer | 20 |
Aktuell Version | 1.0.1 |
Senast Uppdaterad | 2016-05-17 |
Publiceringsdatum | 2016-05-17 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | hustcc |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://atool.vip |
Stödda Språk | 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" ] } |