Zoco PDF Viewer

Innovative PDF Viewer - display PDF files in the browser with PDF.js (by Mozilla Labs). Send PDFs to any PDF viewer.

Zoco PDF Viewerคืออะไร?

Zoco PDF Viewer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย phuongcansilmy และคุณลักษณะหลักของมันคือ "Innovative PDF Viewer - display PDF files in the browser with PDF.js (by Mozilla Labs). Send PDFs to any PDF viewer."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Zoco PDF Viewer

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

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

                        Zoco PDF Viewer is an essential tool that gives you an opportunity to open any PDF file in a viewer with useful interface.

To open a PDF file with Zoco PDF Viewer you need to click on a zoco's logo and to drop a file in the opened tab.
Another way is to use it through a context menu, which is more easier.                    

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

ชื่อ Zoco PDF Viewer Zoco PDF Viewer
ID bfmifhhaggbpcmaglaceechkhecllgok
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/zoco-pdf-viewer/bfmifhhaggbpcmaglaceechkhecllgok
คำอธิบาย Innovative PDF Viewer - display PDF files in the browser with PDF.js (by Mozilla Labs). Send PDFs to any PDF viewer.
ขนาดไฟล์ 2.49 MB
จำนวนการติดตั้ง 142
เวอร์ชันปัจจุบัน 1.7.1
อัปเดตครั้งล่าสุด 2023-03-07
วันที่เผยแพร่ 2019-11-11
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา phuongcansilmy
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' chrome-extension:\/\/bfmifhhaggbpcmaglaceechkhecllgok; object-src 'self'",
    "browser_action": [],
    "default_locale": "en",
    "description": "__MSG_description__",
    "file_browser_handlers": [
        {
            "default_title": "PDF Viewer",
            "file_filters": [
                "filesystem:*.pdf"
            ],
            "id": "handle-pdf-file"
        }
    ],
    "icons": {
        "128": "img\/128.png",
        "64": "img\/64.png",
        "32": "img\/32.png"
    },
    "content_scripts": [
        {
            "css": [
                "app\/helper\/web\/shareModal.css"
            ],
            "js": [
                "app\/helper\/web\/shareModal.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "manifest_version": 2,
    "options_ui": {
        "page": "app\/main\/options.html",
        "css": [
            "app\/helper\/web\/shareModal.css"
        ],
        "open_in_tab": false
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "",
        "webNavigation",
        "storage",
        "contextMenus"
    ],
    "version": "1.7.1",
    "web_accessible_resources": [
        "app\/helper\/*"
    ]
}