Medium Unhooked
Hides the news feed on Medium.com
Vad är Medium Unhooked?
Medium Unhooked är en Chrome-tillägg utvecklad av Pamela Fox, och dess huvudfunktion är "Hides the news feed on Medium.com".
Tilläggsskärmbilder
Ladda ner Medium Unhooked-förlängningens CRX-fil
Ladda ner Medium Unhooked-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | ![]() |
ID | chaldheffndbdmcoehdjhdllpnchffdo |
Officiell webbadress | https://chrome.google.com/webstore/detail/medium-unhooked/chaldheffndbdmcoehdjhdllpnchffdo |
Beskrivning | Hides the news feed on Medium.com |
Filstorlek | 6.15 KB |
Antal Installationer | 13 |
Aktuell Version | 0.9 |
Senast Uppdaterad | 2018-07-18 |
Publiceringsdatum | 2018-07-18 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | Pamela Fox |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/pamelafox/medium-feed-hider |
Hjälpsida URL | https://github.com/pamelafox/medium-feed-hider/issues |
Stödda Språk | 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 } |