Emoticon input everywhere
Allow input emoticon in everywhere
Apa itu Emoticon input everywhere?
Emoticon input everywhere adalah ekstensi Chrome yang dikembangkan oleh Robin Huy, dan fitur utamanya adalah "Allow input emoticon in everywhere".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Emoticon input everywhere
Unduh file ekstensi Emoticon input everywhere 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
Emoticon input everywhere is a free extension that lets you view and copy emoticons to use everywhere. Features: - Choose the emoticon, Click & Paste to almost everywhere you can. - Save 10 recent emoticons. - Total 280 emoticons, separate 4 categories.
Informasi Dasar Ekstensi
Nama | Emoticon input everywhere |
ID | bohndelehfpgmhpfohgnoihjdknklnbf |
URL Resmi | https://chromewebstore.google.com/detail/emoticon-input-everywhere/bohndelehfpgmhpfohgnoihjdknklnbf |
Deskripsi | Allow input emoticon in everywhere |
Ukuran File | 11.64 KB |
Jumlah Instalasi | 135 |
Versi Saat Ini | 1.3 |
Terakhir Diperbarui | 2017-03-21 |
Tanggal Publikasi | 2017-03-21 |
Penilaian | 4.73/5 Total 15 Penilaian |
Pengembang | Robin Huy |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/robinhuy/emoticon-input |
URL Halaman Bantuan | https://github.com/robinhuy/emoticon-input |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Emoticon input everywhere", "short_name": "Emoticon input", "description": "Allow input emoticon in everywhere", "version": "1.3", "author": "Robin Huy", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Emoticon input everywhere" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ] } ], "permissions": [ "activeTab" ] } |