Entire screen scihub document viewer
Expand document view section to 100%
ما هو Entire screen scihub document viewer؟
Entire screen scihub document viewer هو إضافة Chrome تم تطويرها بواسطة Marcos Mendes، والميزة الرئيسية لها هي "Expand document view section to 100%".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Entire screen scihub document viewer
قم بتنزيل ملفات الامتداد Entire screen scihub document viewer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Read the document using your entire screen without sidebar معلومات أساسية عن التمديد
| الاسم | |
| 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 |
| البريد الإلكتروني | [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"
}
} | |