Hide Fixed Elements (packaged by Denis)
Hide fixed elements on a page to open up more viewing space
什么是Hide Fixed Elements (packaged by Denis)?
Hide Fixed Elements (packaged by Denis)是由https://sokolov.cc开发的Chrome扩展程序,该扩展的主要功能是“Hide fixed elements on a page to open up more viewing space”。
扩展截图
下载Hide Fixed Elements (packaged by Denis)扩展crx文件
下载Hide Fixed Elements (packaged by Denis)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Originally created by Andrew F. The original package was outdated and removed from the store, this is a repackaged version. https://github.com/andfarm/HideFixedElements
扩展基本信息
名称 | Hide Fixed Elements (packaged by Denis) |
ID | jfgjldkmonkamcehfffkfblofgimphld |
官方URL | https://chromewebstore.google.com/detail/hide-fixed-elements-packa/jfgjldkmonkamcehfffkfblofgimphld |
简介 | Hide fixed elements on a page to open up more viewing space |
文件大小 | 26.84 KB |
安装次数 | 81 |
当前版本 | 1.2.2 |
更新时间 | 2022-12-29 |
上架时间 | 2022-12-28 |
评分 | 5.00/5 共2次评分 |
开发者 | https://sokolov.cc |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/denis-sokolov/hide-fixed-elements |
帮助页面URL | https://github.com/denis-sokolov/hide-fixed-elements/issues |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Hide Fixed Elements (packaged by Denis)", "description": "Hide fixed elements on a page to open up more viewing space", "version": "1.2.2", "applications": { "gecko": { "id": "[email protected]" } }, "icons": { "48": "icon48.png", "128": "icon128.png" }, "action": { "default_icon": { "48": "icon48.png", "128": "icon128.png" } }, "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "scripting" ] } |