Simple Notifications for Facebook

Gives you a red bordred notification even with the social media platform Facebook is pinned.

Simple Notifications for Facebook란 무엇입니까?

Simple Notifications for Facebook은(는) TheMercDeadpool에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Gives you a red bordred notification even with the social media platform Facebook is pinned."입니다.

확장 프로그램 스크린샷

screenshot

Simple Notifications for Facebook 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        *** I had to remove the actual website's name because they had this extension removed for using their name. Sorry for any inconvenience***

Adds red bordered notification around Facebook's icon whenever you have a message or notification.
This will display whether the Facebook tab is pinned or not.

I created this extension because there was no way to see if I got a message or notification because my Facebook tab is always pinned.

You will enjoy this if you are like me and would like an easier way to see the Facebook notifications.

*Please let me know if there are any issues!*

1.2 - Optimization with jQuery
1.3/4 - Updated manifest to make sure it includes all the Facebook URLs
1.7 - Changed words back to Facebook with new understanding of how I can use their name                    

확장 프로그램 기본 정보

이름 Simple Notifications for Facebook Simple Notifications for Facebook
ID kanogidkhohnbbkgchnonlhghfmogahm
공식 URL https://chromewebstore.google.com/detail/simple-notifications-for/kanogidkhohnbbkgchnonlhghfmogahm
설명 Gives you a red bordred notification even with the social media platform Facebook is pinned.
파일 크기 36.24 KB
설치 횟수 121
현재 버전 1.7
최근 업데이트 2017-11-24
출시 날짜 2017-11-23
평점 4.33/5 총 12 개의 평점
개발자 TheMercDeadpool
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Notifications for Facebook",
    "description": "Gives you a red bordred notification even with the social media platform Facebook is pinned.",
    "version": "1.7",
    "author": "Brian Dawson",
    "permissions": [
        "*:\/\/*.facebook.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/facebook.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "icon2.ico"
    ],
    "icons": {
        "16": "icon2.png",
        "48": "icon2.png",
        "128": "icon2.png"
    }
}