Entire screen scihub document viewer
Expand document view section to 100%
Vad är Entire screen scihub document viewer?
Entire screen scihub document viewer är en Chrome-tillägg utvecklad av Marcos Mendes, och dess huvudfunktion är "Expand document view section to 100%".
Tilläggsskärmbilder
Ladda ner Entire screen scihub document viewer-förlängningens CRX-fil
Ladda ner Entire screen scihub document viewer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Read the document using your entire screen without sidebar Grundläggande Information om Tillägg
| Namn | |
| ID | nbcbjlphbeaielogplifpeeiijcccdjl |
| Officiell webbadress | https://chromewebstore.google.com/detail/entire-screen-scihub-docu/nbcbjlphbeaielogplifpeeiijcccdjl |
| Beskrivning | Expand document view section to 100% |
| Filstorlek | 24.5 KB |
| Antal Installationer | 771 |
| Aktuell Version | 1.2 |
| Senast Uppdaterad | 2021-10-18 |
| Publiceringsdatum | 2021-06-09 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | Marcos Mendes |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |