PostScript Viewer
Rendering PostScript using GhostScript in WebAssembly.
什麼是PostScript Viewer?
PostScript Viewer是由ochachacha開發的Chrome擴展程式,該擴展的主要功能是“Rendering PostScript using GhostScript in WebAssembly.”。
擴展截圖
下載PostScript Viewer擴展crx文件
下載PostScript Viewer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This is a wrapper for GhostScript 9.26 compiled in WebAssembly and allows direct display of PostScript files (.ps, .ps.gz, application/postscript) within Google Chrome.
April 2023: version 0.31:
- bug fix.
version 0.3:
- now compatible with manifest v3;
- fixed a bug that prevented certain scripts from being rendered. 擴展基本資訊
| 名稱 | |
| ID | ebpiondkhkldijolgmhfenknngkkjola |
| 官方網址 | https://chromewebstore.google.com/detail/postscript-viewer/ebpiondkhkldijolgmhfenknngkkjola |
| 簡介 | Rendering PostScript using GhostScript in WebAssembly. |
| 檔案大小 | 12.29 MB |
| 安裝次數 | 4,008 |
| 目前版本 | 0.31 |
| 更新時間 | 2023-04-25 |
| 上架時間 | 2020-05-12 |
| 評分 | 4.38/5 共 8 次評分 |
| 開發者 | ochachacha |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 說明頁面URL | https://github.com/ochachacha/ps-wasm/issues |
| 支援的語言 | en-US |
| manifest.json | |
{
"background": {
"service_worker": "background.js"
},
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
},
"description": "Rendering PostScript using GhostScript in WebAssembly.",
"host_permissions": [
" | |