Grumpy Flag
Shows the country name when hovering a flag emoji on facebook
什麼是Grumpy Flag?
Grumpy Flag是由m.fawzy.linux開發的Chrome擴展程式,該擴展的主要功能是“Shows the country name when hovering a flag emoji on facebook”。
擴展截圖
下載Grumpy Flag擴展crx文件
下載Grumpy Flag擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
# 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
擴展基本資訊
名稱 | |
ID | bbljbjohmddadkbdnplacilnkjiggkoi |
官方網址 | https://chromewebstore.google.com/detail/grumpy-flag/bbljbjohmddadkbdnplacilnkjiggkoi |
簡介 | Shows the country name when hovering a flag emoji on facebook |
檔案大小 | 5.61 KB |
安裝次數 | 38 |
目前版本 | 0.01 |
更新時間 | 2018-11-07 |
上架時間 | 2018-11-07 |
評分 | 5.00/5 共 1 次評分 |
開發者 | m.fawzy.linux |
付費類型 | free |
擴展官網 | https://github.com/foozee/grumpyFlag |
支援的語言 | 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" ] } ] } |