hwp.js

hwp web viewer

What is hwp.js?

hwp.js is a Chrome extension developed by Han Lee, and its main feature is "hwp web viewer".

Extension Screenshots

screenshot

Download hwp.js Extension CRX File

Download hwp.js 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

                        HWP file viewer write in JS                    

Extension Basic Information

Name hwp.js hwp.js
ID hgalnnpknkjdccmcljadkckcdibiglei
Official URL https://chrome.google.com/webstore/detail/hwpjs/hgalnnpknkjdccmcljadkckcdibiglei
Description hwp web viewer
File Size 106 KB
Installation Count 40,000
Current Version 1.3
Last Updated 2020-10-01
Publish Date 2020-09-08
Rating 5.00/5 Total 10 Ratings
Developer Han Lee
Email [email protected]
Payment Type free
Extension Website https://hanlee.io/hwp.js
Help Page URL https://github.com/hahnlee/hwp.js
Supported Languages ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "hwp.js",
    "version": "1.3",
    "description": "hwp web viewer",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "webNavigation",
        "http:\/\/*\/*.hwp",
        "https:\/\/*\/*.hwp",
        "file:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "content\/viewer.html",
        "http:\/*",
        "https:\/*",
        "ftp:\/*",
        "file:\/*",
        "chrome-extension:\/*",
        "blob:*",
        "data:*",
        "filesystem:\/*",
        "drive:*"
    ]
}