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はphuongcansilmyによって開発されたChromeの拡張機能で、その主な機能は「Innovative PDF Viewer - display PDF files in the browser with PDF.js (by Mozilla Labs). Send PDFs to any PDF viewer.」です。
拡張機能のスクリーンショット
Zoco PDF Viewer拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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": [ " |