Sad News Headline

Adds a :/ face to news headlines on the interwebz

Sad News Headlineとは何ですか?

Sad News Headlineはbingofuelによって開発されたChromeの拡張機能で、その主な機能は「Adds a :/ face to news headlines on the interwebz」です。

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

screenshot
screenshot

Sad News Headline拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Do most news story headlines make your face look like :/ ? Sad News Headline removes all the guess work and adds a :/ to a bunch of news headlines on the interwebz!

Source here: https://github.com/bing0fuel/sad-news-headline

Recent Updates:
2015-02-10 - Added support for additional news outlet
2015-02-07 - Changed name of extension due to DMCA
2014-01-20 - Fixed for new [REDACTED] design, thanks to Kladky                    

拡張機能の基本情報

名前 Sad News Headline Sad News Headline
ID gdaabfgjknafmlfndplaeincmlleblja
公式URL https://chromewebstore.google.com/detail/sad-news-headline/gdaabfgjknafmlfndplaeincmlleblja
説明 Adds a :/ face to news headlines on the interwebz
ファイルサイズ 16.2 KB
インストール数 85
現在のバージョン 1.1.1
最終更新日 2017-09-15
公開日 2017-09-15
評価 5.00/5 合計 2 レビュー
開発者 bingofuel
支払い方法 free
拡張機能のウェブサイト https://github.com/bing0fuel/sad-news-headline
ヘルプページのURL https://github.com/bing0fuel/sad-news-headline/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sad News Headline",
    "description": "Adds a :\/ face to news headlines on the interwebz",
    "version": "1.1.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "http:\/\/*.cnn.com\/",
        "http:\/\/*.bbc.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.cnn.com\/*",
                "*:\/\/*.bbc.com\/*"
            ],
            "js": [
                "app.js"
            ],
            "run_at": "document_end"
        }
    ]
}