hwp.js
hwp web viewer
Cos'è hwp.js?
hwp.js è un'estensione di Chrome sviluppata da Han Lee, e la sua funzione principale è "hwp web viewer".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione hwp.js
Scarica i file di estensione hwp.js in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
HWP file viewer write in JS
Informazioni di Base sull'Estensione
Nome | |
ID | hgalnnpknkjdccmcljadkckcdibiglei |
URL Ufficiale | https://chrome.google.com/webstore/detail/hwpjs/hgalnnpknkjdccmcljadkckcdibiglei |
Descrizione | hwp web viewer |
Dimensione del File | 106 KB |
Conteggio Installazioni | 40,000 |
Versione Corrente | 1.3 |
Ultimo Aggiornamento | 2020-10-01 |
Data di Pubblicazione | 2020-09-08 |
Valutazione | 5.00/5 Totale 10 Valutazioni |
Sviluppatore | Han Lee |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://hanlee.io/hwp.js |
URL della Pagina di Aiuto | https://github.com/hahnlee/hwp.js |
Lingue Supportate | 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:*" ] } |