Medium Unhooked
Hides the news feed on Medium.com
Co je Medium Unhooked?
Medium Unhooked je rozšíření Chrome vyvinuté Pamela Fox, a jeho hlavní funkcí je „Hides the news feed on Medium.com“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Medium Unhooked
Stáhněte si soubory rozšíření Medium Unhooked ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | ![]() |
ID | chaldheffndbdmcoehdjhdllpnchffdo |
Oficiální URL | https://chrome.google.com/webstore/detail/medium-unhooked/chaldheffndbdmcoehdjhdllpnchffdo |
Popis | Hides the news feed on Medium.com |
Velikost souboru | 6.15 KB |
Počet instalací | 13 |
Aktuální Verze | 0.9 |
Poslední Aktualizace | 2018-07-18 |
Datum Vydání | 2018-07-18 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | Pamela Fox |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/pamelafox/medium-feed-hider |
URL Stránky Nápovědy | https://github.com/pamelafox/medium-feed-hider/issues |
Podporované Jazyky | 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 } |