Sad News Headline

Adds a :/ face to news headlines on the interwebz

Sad News Headline là gì?

Sad News Headline là một tiện ích mở rộng Chrome được phát triển bởi bingofuel, và tính năng chính của nó là "Adds a :/ face to news headlines on the interwebz".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Sad News Headline

Tải xuống các tệp mở rộng Sad News Headline dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Sad News Headline Sad News Headline
ID gdaabfgjknafmlfndplaeincmlleblja
URL Chính Thức https://chromewebstore.google.com/detail/sad-news-headline/gdaabfgjknafmlfndplaeincmlleblja
Mô tả Adds a :/ face to news headlines on the interwebz
Kích Thước Tệp 16.2 KB
Số Lần Cài Đặt 85
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2017-09-15
Ngày Phát Hành 2017-09-15
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển bingofuel
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/bing0fuel/sad-news-headline
URL Trang Trợ Giúp https://github.com/bing0fuel/sad-news-headline/issues
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}