Medium Unhooked
Hides the news feed on Medium.com
Medium Unhookedคืออะไร?
Medium Unhooked เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Pamela Fox และคุณลักษณะหลักของมันคือ "Hides the news feed on Medium.com"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Medium Unhooked
ดาวน์โหลดไฟล์ส่วนขยาย Medium Unhooked ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Medium.com has a front page news feed. It's great if you use Medium as a news discovery website, but not so great if you are prone to distraction (like most of us) and/or primarily use Medium.com as a writing tool. This extension hides the feed and instead presents you with quick links to write a new story or browse your drafts. You can still read stories that people share with you outside of the front page, you just won't be bombarded with story recommendations when you hit the front page anymore.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ![]() |
ID | chaldheffndbdmcoehdjhdllpnchffdo |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/medium-unhooked/chaldheffndbdmcoehdjhdllpnchffdo |
คำอธิบาย | Hides the news feed on Medium.com |
ขนาดไฟล์ | 6.15 KB |
จำนวนการติดตั้ง | 13 |
เวอร์ชันปัจจุบัน | 0.9 |
อัปเดตครั้งล่าสุด | 2018-07-18 |
วันที่เผยแพร่ | 2018-07-18 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Pamela Fox |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/pamelafox/medium-feed-hider |
URL หน้าช่วยเหลือ | https://github.com/pamelafox/medium-feed-hider/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Medium Unhooked", "version": "0.9", "description": "Hides the news feed on Medium.com", "content_scripts": [ { "run_at": "document_start", "matches": [ "https:\/\/medium.com\/*" ], "js": [ "script.js" ], "css": [ "styles.css" ] } ], "manifest_version": 2 } |