hwp.js
hwp web viewer
Wat is hwp.js?
hwp.js is een Chrome-extensie ontwikkeld door Han Lee, en de belangrijkste functie is "hwp web viewer".
Extensie Screenshots
Download het CRX-bestand van de extensie hwp.js
Download hwp.js-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
HWP file viewer write in JS Basisinformatie over de Extensie
| Naam | |
| ID | hgalnnpknkjdccmcljadkckcdibiglei |
| Officiële URL | https://chrome.google.com/webstore/detail/hwpjs/hgalnnpknkjdccmcljadkckcdibiglei |
| Beschrijving | hwp web viewer |
| Bestandsgrootte | 106 KB |
| Aantal Installaties | 40,000 |
| Huidige Versie | 1.3 |
| Laatst Bijgewerkt | 2020-10-01 |
| Publicatiedatum | 2020-09-08 |
| Beoordeling | 5.00/5 Totaal 10 Beoordelingen |
| Ontwikkelaar | Han Lee |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://hanlee.io/hwp.js |
| Help Pagina-URL | https://github.com/hahnlee/hwp.js |
| Ondersteunde Talen | 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:*"
]
} | |