Grumpy Flag
Shows the country name when hovering a flag emoji on facebook
Wat is Grumpy Flag?
Grumpy Flag is een Chrome-extensie ontwikkeld door m.fawzy.linux, en de belangrijkste functie is "Shows the country name when hovering a flag emoji on facebook".
Extensie Screenshots
Download het CRX-bestand van de extensie Grumpy Flag
Download Grumpy Flag-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
# 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
Basisinformatie over de Extensie
Naam | |
ID | bbljbjohmddadkbdnplacilnkjiggkoi |
Officiële URL | https://chromewebstore.google.com/detail/grumpy-flag/bbljbjohmddadkbdnplacilnkjiggkoi |
Beschrijving | Shows the country name when hovering a flag emoji on facebook |
Bestandsgrootte | 5.61 KB |
Aantal Installaties | 38 |
Huidige Versie | 0.01 |
Laatst Bijgewerkt | 2018-11-07 |
Publicatiedatum | 2018-11-07 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | m.fawzy.linux |
Betalingswijze | free |
Extensiewebsite | https://github.com/foozee/grumpyFlag |
Ondersteunde Talen | 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" ] } ] } |