Entire screen scihub document viewer
Expand document view section to 100%
What is Entire screen scihub document viewer?
Entire screen scihub document viewer is a Chrome extension developed by Marcos Mendes, and its main feature is "Expand document view section to 100%".
Extension Screenshots
Download Entire screen scihub document viewer Extension CRX File
Download Entire screen scihub document viewer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Read the document using your entire screen without sidebar
Extension Basic Information
Name | Entire screen scihub document viewer |
ID | nbcbjlphbeaielogplifpeeiijcccdjl |
Official URL | https://chromewebstore.google.com/detail/entire-screen-scihub-docu/nbcbjlphbeaielogplifpeeiijcccdjl |
Description | Expand document view section to 100% |
File Size | 24.5 KB |
Installation Count | 771 |
Current Version | 1.2 |
Last Updated | 2021-10-18 |
Publish Date | 2021-06-09 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Marcos Mendes |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Entire screen scihub document viewer", "description": "Expand document view section to 100%", "version": "1.2", "manifest_version": 3, "content_scripts": [ { "css": [ "styles.css" ], "matches": [ "https:\/\/sci-hub.se\/*" ] } ], "action": { "default_icon": { "16": "\/images\/logo16.png", "32": "\/images\/logo32.png", "48": "\/images\/logo48.png", "128": "\/images\/logo128.png" } }, "icons": { "16": "\/images\/logo16.png", "32": "\/images\/logo32.png", "48": "\/images\/logo48.png", "128": "\/images\/logo128.png" } } |