Sad News Headline
Adds a :/ face to news headlines on the interwebz
Sad News Headlineคืออะไร?
Sad News Headline เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bingofuel และคุณลักษณะหลักของมันคือ "Adds a :/ face to news headlines on the interwebz"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sad News Headline
ดาวน์โหลดไฟล์ส่วนขยาย 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" } ] } |