Entire screen scihub document viewer
Expand document view section to 100%
Co to jest Entire screen scihub document viewer?
Entire screen scihub document viewer to rozszerzenie Chrome opracowane przez Marcos Mendes, a jego główną funkcją jest „Expand document view section to 100%”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Entire screen scihub document viewer
Pobierz pliki rozszerzeń Entire screen scihub document viewer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Read the document using your entire screen without sidebar Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | nbcbjlphbeaielogplifpeeiijcccdjl |
| Oficjalny URL | https://chromewebstore.google.com/detail/entire-screen-scihub-docu/nbcbjlphbeaielogplifpeeiijcccdjl |
| Opis | Expand document view section to 100% |
| Rozmiar pliku | 24.5 KB |
| Liczba instalacji | 771 |
| Aktualna Wersja | 1.2 |
| Ostatnia Aktualizacja | 2021-10-18 |
| Data Publikacji | 2021-06-09 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | Marcos Mendes |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
}
} | |