texticon
Spice up your online presence with personality
Apa itu texticon?
texticon adalah ekstensi Chrome yang dikembangkan oleh a.sun, dan fitur utamanya adalah "Spice up your online presence with personality".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi texticon
Unduh file ekstensi texticon 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
Personalize your online comments with text emoticons and images.
Informasi Dasar Ekstensi
Nama | |
ID | ojimfcdjeojpbdnifbicklfnhmndadga |
URL Resmi | https://chromewebstore.google.com/detail/texticon/ojimfcdjeojpbdnifbicklfnhmndadga |
Deskripsi | Spice up your online presence with personality |
Ukuran File | 199 KB |
Jumlah Instalasi | 45 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2017-03-05 |
Tanggal Publikasi | 2017-03-05 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | a.sun |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "texticon", "description": "Spice up your online presence with personality", "version": "1.2", "manifest_version": 2, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "activeTab", "tabs", "storage", "webRequest", "http:\/\/*\/*", "https:\/\/*\/*" ] } |