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 파일 다운로드

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

확장 프로그램 사용 설명서

                        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"
        }
    ]
}