Medium Unhooked
Hides the news feed on Medium.com
什么是Medium Unhooked?
Medium Unhooked是由Pamela Fox开发的Chrome扩展程序,该扩展的主要功能是“Hides the news feed on Medium.com”。
扩展截图
下载Medium Unhooked扩展crx文件
下载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 } |