Moments <> Notifications

Moments and notifications were swapped on twitter so that we accidentally use moments. This swaps them back.

Moments <> Notificationsとは何ですか?

Moments <> Notificationsはcullenbmacdonaldによって開発されたChromeの拡張機能で、その主な機能は「Moments and notifications were swapped on twitter so that we accidentally use moments. This swaps them back.」です。

拡張機能のスクリーンショット

screenshot

Moments <> Notifications拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Moments and notifications were swapped on twitter so that we accidentally use moments. 

This swaps them back.                    

拡張機能の基本情報

名前 Moments <> Notifications Moments <> Notifications
ID ccdkcbjfcfkiegpacpmneajglhohnfok
公式URL https://chromewebstore.google.com/detail/moments-%3C%3E-notifications/ccdkcbjfcfkiegpacpmneajglhohnfok
説明 Moments and notifications were swapped on twitter so that we accidentally use moments. This swaps them back.
ファイルサイズ 600 KB
インストール数 134
現在のバージョン 0.3
最終更新日 2015-12-05
公開日 2015-12-04
評価 4.44/5 合計 9 レビュー
開発者 cullenbmacdonald
支払い方法 free
拡張機能のウェブサイト http://cullen.website
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Moments <> Notifications",
    "version": "0.3",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/www.twitter.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}