emoji Remote URL
url is more than words, get the remote URL of emoji.
Wat is emoji Remote URL?
emoji Remote URL is een Chrome-extensie ontwikkeld door hustcc, en de belangrijkste functie is "url is more than words, get the remote URL of emoji.".
Extensie Screenshots
Download het CRX-bestand van de extensie emoji Remote URL
Download emoji Remote URL-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
emoji表情的URL地址。 对于一些网站可能并不支持emoji格式,所以直接使用远程的表情图标。适用于任何场合。
Basisinformatie over de Extensie
Naam | |
ID | eonokmediijlcicdmpdcnofgeehjjleg |
Officiële URL | https://chrome.google.com/webstore/detail/eonokmediijlcicdmpdcnofgeehjjleg |
Beschrijving | url is more than words, get the remote URL of emoji. |
Bestandsgrootte | 822 KB |
Aantal Installaties | 20 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2016-05-17 |
Publicatiedatum | 2016-05-17 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | hustcc |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://atool.vip |
Ondersteunde Talen | 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" ] } |