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"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Update for Samsung Community 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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\/*"
            ]
        }
    ]
}