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.".
Снимки экрана расширения
Скачать файл 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.
Основная информация о расширении
Название | |
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": [ " |