Entire screen scihub document viewer
Expand document view section to 100%
Cos'è Entire screen scihub document viewer?
Entire screen scihub document viewer è un'estensione di Chrome sviluppata da Marcos Mendes, e la sua funzione principale è "Expand document view section to 100%".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Entire screen scihub document viewer
Scarica i file di estensione Entire screen scihub document viewer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Read the document using your entire screen without sidebar
Informazioni di Base sull'Estensione
Nome | Entire screen scihub document viewer |
ID | nbcbjlphbeaielogplifpeeiijcccdjl |
URL Ufficiale | https://chromewebstore.google.com/detail/entire-screen-scihub-docu/nbcbjlphbeaielogplifpeeiijcccdjl |
Descrizione | Expand document view section to 100% |
Dimensione del File | 24.5 KB |
Conteggio Installazioni | 771 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2021-10-18 |
Data di Pubblicazione | 2021-06-09 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Marcos Mendes |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |