Update for Samsung Community

Create and edit your community

Update for Samsung Community là gì?

Update for Samsung Community là một tiện ích mở rộng Chrome được phát triển bởi Marc Bresson, và tính năng chính của nó là "Create and edit your community".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Update for Samsung Community

Tải xuống các tệp mở rộng Update for Samsung Community dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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 !                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Update for Samsung Community Update for Samsung Community
ID bmloinmolikadaalhacondgjajndfnfh
URL Chính Thức https://chromewebstore.google.com/detail/update-for-samsung-commun/bmloinmolikadaalhacondgjajndfnfh
Mô tả Create and edit your community
Kích Thước Tệp 3.12 MB
Số Lần Cài Đặt 72
Phiên Bản Hiện Tại 3.8
Cập Nhật Lần Cuối 2019-03-31
Ngày Phát Hành 2019-03-30
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Marc Bresson
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
            ]
        }
    ]
}