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
官方網址 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"
        }
    ]
}