Update for Samsung Community
Create and edit your community
Update for Samsung Community क्या है?
Update for Samsung Community Marc Bresson द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Create and edit your community"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Update for Samsung Community एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
आधिकारिक URL | 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\/*" ] } ] } |