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%"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Entire screen scihub document viewer

ดาวน์โหลดไฟล์ส่วนขยาย Entire screen scihub document viewer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Read the document using your entire screen without sidebar                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Entire screen scihub document viewer 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
อีเมล [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"
    }
}