Grumpy Flag
Shows the country name when hovering a flag emoji on facebook
Cos'è Grumpy Flag?
Grumpy Flag è un'estensione di Chrome sviluppata da m.fawzy.linux, e la sua funzione principale è "Shows the country name when hovering a flag emoji on facebook".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Grumpy Flag
Scarica i file di estensione Grumpy Flag in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
# 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
Informazioni di Base sull'Estensione
Nome | |
ID | bbljbjohmddadkbdnplacilnkjiggkoi |
URL Ufficiale | https://chromewebstore.google.com/detail/grumpy-flag/bbljbjohmddadkbdnplacilnkjiggkoi |
Descrizione | Shows the country name when hovering a flag emoji on facebook |
Dimensione del File | 5.61 KB |
Conteggio Installazioni | 38 |
Versione Corrente | 0.01 |
Ultimo Aggiornamento | 2018-11-07 |
Data di Pubblicazione | 2018-11-07 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | m.fawzy.linux |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/foozee/grumpyFlag |
Lingue Supportate | 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" ] } ] } |