PostScript Viewer

Rendering PostScript using GhostScript in WebAssembly.

What is PostScript Viewer?

PostScript Viewer is a Chrome extension developed by ochachacha, and its main feature is "Rendering PostScript using GhostScript in WebAssembly.".

Extension Screenshots

screenshot
screenshot

Download PostScript Viewer Extension CRX File

Download PostScript Viewer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name PostScript Viewer PostScript Viewer
ID ebpiondkhkldijolgmhfenknngkkjola
Official URL https://chromewebstore.google.com/detail/postscript-viewer/ebpiondkhkldijolgmhfenknngkkjola
Description Rendering PostScript using GhostScript in WebAssembly.
File Size 12.29 MB
Installation Count 4,008
Current Version 0.31
Last Updated 2023-04-25
Publish Date 2020-05-12
Rating 4.38/5 Total 8 Ratings
Developer ochachacha
Email [email protected]
Payment Type free
Help Page URL https://github.com/ochachacha/ps-wasm/issues
Supported Languages 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": [
        ""
    ],
    "icons": {
        "128": "logo.png"
    },
    "manifest_version": 3,
    "name": "PostScript Viewer",
    "permissions": [
        "declarativeNetRequestWithHostAccess"
    ],
    "short_name": "ps-wasm",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.31",
    "web_accessible_resources": [
        {
            "resources": [
                "viewer.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}