Sci-Hub Remove Left Sidebar
Removes the Sci-Hub left sidebar to make PDF take up whole window.
什么是Sci-Hub Remove Left Sidebar?
Sci-Hub Remove Left Sidebar是由AlyChromeWebStore开发的Chrome扩展程序,该扩展的主要功能是“Removes the Sci-Hub left sidebar to make PDF take up whole window.”。
扩展截图
下载Sci-Hub Remove Left Sidebar扩展crx文件
下载Sci-Hub Remove Left Sidebar扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This is an extension for the Google Chrome web browser which hides the left sidebar on the website Sci-Hub. This allows the PDF to take up the whole browser window. This extension is useful as the left sidebar can be distracting and can take up screen real estate, making the PDF narrower and smaller and therefore harder to read. The extension has been updated to work on multiple Sci-Hub domains.
扩展基本信息
名称 | |
ID | liblfcncoojbllpjdfkegomonllpemnl |
官方URL | https://chrome.google.com/webstore/detail/sci-hub-remove-left-sideb/liblfcncoojbllpjdfkegomonllpemnl |
简介 | Removes the Sci-Hub left sidebar to make PDF take up whole window. |
文件大小 | 3.42 KB |
安装次数 | 2,584 |
当前版本 | 1.9 |
更新时间 | 2021-12-15 |
上架时间 | 2020-06-08 |
评分 | 4.41/5 共17次评分 |
开发者 | AlyChromeWebStore |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Sci-Hub Remove Left Sidebar", "description": "Removes the Sci-Hub left sidebar to make PDF take up whole window.", "version": "1.9", "content_scripts": [ { "matches": [ "http:\/\/sci-hub.tw\/*", "https:\/\/sci-hub.tw\/*", "http:\/\/sci-hub.se\/*", "https:\/\/sci-hub.se\/*", "http:\/\/sci-hub.st\/*", "https:\/\/sci-hub.st\/*", "http:\/\/sci-hub.do\/*", "https:\/\/sci-hub.do\/*", "http:\/\/sci-hub.it.nf\/*", "https:\/\/sci-hub.it.nf\/*", "http:\/\/sci-hub.im\/*", "https:\/\/sci-hub.im\/*", "http:\/\/scihubtw.tw\/*", "https:\/\/scihubtw.tw\/*", "http:\/\/sci-hub.ren\/*", "https:\/\/sci-hub.ren\/*", "http:\/\/sci-hub.ru\/*", "https:\/\/sci-hub.ru\/*", "http:\/\/sci-hub.hkvisa.net\/*", "https:\/\/sci-hub.hkvisa.net\/*", "http:\/\/sci-hubtw.hkvisa.net\/", "https:\/\/sci-hubtw.hkvisa.net\/", "http:\/\/sci-hubse.hkvisa.net\/", "https:\/\/sci-hubse.hkvisa.net\/" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |