More About Me
See additional info about members in facebook groups, and also add your own info. A small icon will apear next to their name.
什麼是More About Me?
More About Me是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“See additional info about members in facebook groups, and also add your own info. A small icon will apear next to their name.”。
擴展截圖
下載More About Me擴展crx文件
下載More About Me擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
If you use facebook groups and you want to see more info about each user, you can use this extension. In the next versions you'll be able to edit your info for each group separately. When you're in a group, you will see a small icon next to the name of users who also have the extension. Just put your mouse over it. This is a Beta version, so please contact me if you have any problems or questions. [email protected]
擴展基本資訊
名稱 | More About Me |
ID | cdnfbnpopdaplbhjnepdaklmciknnnom |
官方網址 | https://chromewebstore.google.com/detail/more-about-me/cdnfbnpopdaplbhjnepdaklmciknnnom |
簡介 | See additional info about members in facebook groups, and also add your own info. A small icon will apear next to their name. |
檔案大小 | 84.78 KB |
安裝次數 | 16 |
目前版本 | 0.0.1.4 |
更新時間 | 2017-07-20 |
上架時間 | 2017-07-20 |
評分 | 5.00/5 共 1 次評分 |
開發者 | Unknown |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "More About Me", "version": "0.0.1.4", "description": "See additional info about members in facebook groups, and also add your own info. A small icon will apear next to their name.", "icons": { "128": "images\/icon-128.png" }, "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_popup": "popup.html" }, "options_ui": { "page": "options.html", "chrome_style": true }, "background": { "page": "background\/index.html" }, "permissions": [ "storage", "https:\/\/moreaboutme.herokuapp.com\/*", "*:\/\/facebook.com\/groups\/*", "*:\/\/www.facebook.com\/groups\/*" ], "web_accessible_resources": [ "images\/*.*" ], "content_scripts": [ { "matches": [ "*:\/\/www.facebook.com\/groups\/*" ], "js": [], "css": [ "style.css" ] } ] } |