Unsticky Medium
Unsticky the header and footer on sites that use the Medium.com platform
什么是Unsticky Medium?
Unsticky Medium是由jlei523开发的Chrome扩展程序,该扩展的主要功能是“Unsticky the header and footer on sites that use the Medium.com platform”。
扩展截图
下载Unsticky Medium扩展crx文件
下载Unsticky Medium扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This plugin unstickies the header and footer on Medium.com and Medium platform sites - leaving you with much more room to read the content. To use: Click on the extension icon each time you're on a Medium.com or Medium platform article.
扩展基本信息
名称 | |
ID | laadcleekgoihflinfdkfhefnfclphkm |
官方URL | https://chrome.google.com/webstore/detail/unsticky-medium/laadcleekgoihflinfdkfhefnfclphkm |
简介 | Unsticky the header and footer on sites that use the Medium.com platform |
文件大小 | 4.8 KB |
安装次数 | 36 |
当前版本 | 1.1 |
更新时间 | 2017-10-22 |
上架时间 | 2017-10-22 |
评分 | 5.00/5 共2次评分 |
开发者 | jlei523 |
付费类型 | free |
扩展官网 | https://github.com/jlei523/unsticky-medium |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Unsticky Medium", "description": "Unsticky the header and footer on sites that use the Medium.com platform", "version": "1.1", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Unsticky the header and footer on sites that use the Medium.com platform", "default_icon": "icon.png" }, "manifest_version": 2 } |