Entire screen scihub document viewer
Expand document view section to 100%
Entire screen scihub document viewerとは何ですか?
Entire screen scihub document viewerはMarcos Mendesによって開発されたChromeの拡張機能で、その主な機能は「Expand document view section to 100%」です。
拡張機能のスクリーンショット
Entire screen scihub document viewer拡張機能のCRXファイルをダウンロード
Entire screen scihub document viewer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Read the document using your entire screen without sidebar
拡張機能の基本情報
名前 | Entire screen scihub document viewer |
ID | nbcbjlphbeaielogplifpeeiijcccdjl |
公式URL | https://chromewebstore.google.com/detail/entire-screen-scihub-docu/nbcbjlphbeaielogplifpeeiijcccdjl |
説明 | Expand document view section to 100% |
ファイルサイズ | 24.5 KB |
インストール数 | 771 |
現在のバージョン | 1.2 |
最終更新日 | 2021-10-18 |
公開日 | 2021-06-09 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Marcos Mendes |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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" } } |