Update for Samsung Community
Create and edit your community
什麼是Update for Samsung Community?
Update for Samsung Community是由Marc Bresson開發的Chrome擴展程式,該擴展的主要功能是“Create and edit your community”。
擴展截圖
下載Update for Samsung Community擴展crx文件
下載Update for Samsung Community擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Bonjour à tous ! To use this extension, just right click on extension icon then select "option". You can also left click on extension icon to add friend for auto like function. You may know the Samsung community and you are probably a Super User. I decided to bring a personal touch to the community. So this extension add following functionnality: - When you are mentionned, your nickname is highlighted in red and the message you are mentionned in is highlighted too - Links are opened in a new tab - Superusers and moderator have a colored circle around their profil picture (and superusers stars are displayed around profil pic too) - In "Fast answer", smileys (":-)" / ";-)" etc ...) are replaced with emojis - Your unread private messages emit a blue circle around your profil pic - Dropdown menu can be replaced with icons way more reachable and responsive (those icons exists for 'report', 'edit an answer' and 'suscribe to a topic') Have fun and Baguette !
擴展基本資訊
名稱 | Update for Samsung Community |
ID | bmloinmolikadaalhacondgjajndfnfh |
官方網址 | https://chromewebstore.google.com/detail/update-for-samsung-commun/bmloinmolikadaalhacondgjajndfnfh |
簡介 | Create and edit your community |
檔案大小 | 3.12 MB |
安裝次數 | 72 |
目前版本 | 3.8 |
更新時間 | 2019-03-31 |
上架時間 | 2019-03-30 |
評分 | 5.00/5 共 1 次評分 |
開發者 | Marc Bresson |
付費類型 | free |
支援的語言 | en,fr,nl,it,pl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_Nom__", "description": "__MSG_Description__", "default_locale": "en", "version": "3.8", "options_page": "page_options.html", "permissions": [ "storage" ], "icons": { "128": "ico.png" }, "browser_action": { "default_icon": "icop.png", "default_popup": "page_amis.html" }, "content_scripts": [ { "css": [ "styles.css" ], "js": [ "page_js\/fichier_traduction.js", "all_js.js", "click.js" ], "matches": [ "https:\/\/eu.community.samsung.com\/t5\/*" ] } ] } |