emoji Remote URL
url is more than words, get the remote URL of emoji.
Apa itu emoji Remote URL?
emoji Remote URL adalah ekstensi Chrome yang dikembangkan oleh hustcc, dan fitur utamanya adalah "url is more than words, get the remote URL of emoji.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi emoji Remote URL
Unduh file ekstensi emoji Remote URL dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
emoji表情的URL地址。 对于一些网站可能并不支持emoji格式,所以直接使用远程的表情图标。适用于任何场合。
Informasi Dasar Ekstensi
Nama | |
ID | eonokmediijlcicdmpdcnofgeehjjleg |
URL Resmi | https://chrome.google.com/webstore/detail/eonokmediijlcicdmpdcnofgeehjjleg |
Deskripsi | url is more than words, get the remote URL of emoji. |
Ukuran File | 822 KB |
Jumlah Instalasi | 20 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2016-05-17 |
Tanggal Publikasi | 2016-05-17 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | hustcc |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://atool.vip |
Bahasa yang Didukung | 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" ] } |