Sad News Headline
Adds a :/ face to news headlines on the interwebz
Co to jest Sad News Headline?
Sad News Headline to rozszerzenie Chrome opracowane przez bingofuel, a jego główną funkcją jest „Adds a :/ face to news headlines on the interwebz”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Sad News Headline
Pobierz pliki rozszerzeń Sad News Headline w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | gdaabfgjknafmlfndplaeincmlleblja |
Oficjalny URL | https://chromewebstore.google.com/detail/sad-news-headline/gdaabfgjknafmlfndplaeincmlleblja |
Opis | Adds a :/ face to news headlines on the interwebz |
Rozmiar pliku | 16.2 KB |
Liczba instalacji | 85 |
Aktualna Wersja | 1.1.1 |
Ostatnia Aktualizacja | 2017-09-15 |
Data Publikacji | 2017-09-15 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | bingofuel |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/bing0fuel/sad-news-headline |
Adres URL Strony Pomocy | https://github.com/bing0fuel/sad-news-headline/issues |
Obsługiwane Języki | 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" } ] } |