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”。
扩展截图
下载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
扩展基本信息
名称 | |
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" } ] } |