Grumpy Flag
Shows the country name when hovering a flag emoji on facebook
Apa itu Grumpy Flag?
Grumpy Flag adalah ekstensi Chrome yang dikembangkan oleh m.fawzy.linux, dan fitur utamanya adalah "Shows the country name when hovering a flag emoji on facebook".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Grumpy Flag
Unduh file ekstensi Grumpy Flag 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
# what? Chrome plugin to display country names as a title (toolbox hover) on facebook posts for flag emojis # Why? Well, uhm, I'm a member of a facebook group called Grumpy Expat in which people would end up starting almost all posts in the format "🇪🇬 in 🇳🇱 ... " and because I'm (and so many fellow group members are) flag-challenged, I just created this tiny plugin to tell me which flag maps to which country :D (also hence the name) Flag-emoji mapping is based on gemoji project [https://github.com/github/gemoji] code can be found at https://github.com/foozee/grumpyFlag
Informasi Dasar Ekstensi
Nama | |
ID | bbljbjohmddadkbdnplacilnkjiggkoi |
URL Resmi | https://chromewebstore.google.com/detail/grumpy-flag/bbljbjohmddadkbdnplacilnkjiggkoi |
Deskripsi | Shows the country name when hovering a flag emoji on facebook |
Ukuran File | 5.61 KB |
Jumlah Instalasi | 38 |
Versi Saat Ini | 0.01 |
Terakhir Diperbarui | 2018-11-07 |
Tanggal Publikasi | 2018-11-07 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | m.fawzy.linux |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/foozee/grumpyFlag |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Grumpy Flag", "version": "0.01", "description": "Shows the country name when hovering a flag emoji on facebook", "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/*.facebook.com\/*" ], "js": [ "contentScript.js" ] } ] } |