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ファイルをダウンロード

Simple Notifications for Facebook拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        *** 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
Eメール [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"
    }
}