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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Removes the Sci-Hub left sidebar to make PDF take up whole window."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Sci-Hub Remove Left Sidebar एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } ] } |