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 |
Eメール | [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" } ] } |