Inspect and view changes in HTML WYSIWYG Editor source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "HTML Composer",
"version": "1.5.19",
"description": "A WYSIWYG HTML editor to create web pages directly in Firefox.",
"default_locale": "en",
"icons": {
"48": "icons/icon48.png",
"96": "icons/icon96.png"
},
"browser_action": {
"default_title": "HTML Composer",
"default_icon": {
"48": "icons/icon48.png"
}
},
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"permissions": [
"tabs",
"downloads",
"storage"
],
"content_security_policy": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'; media-src https: blob:;",
"browser_specific_settings": {
"gecko": {
"id": "html-composer@example.com",
"strict_min_version": "140.0",
"data_collection_permissions": {
"required": [
"none"
],
"optional": []
}
},
"gecko_android": {
"strict_min_version": "142.0"
}
},
"web_accessible_resources": [
"preview/svg-video-player.js",
"preview/x3d-frame.js",
"preview/x3d-frame.html",
"editor/vendor/x_ite/x_ite.css",
"editor/vendor/x_ite/x_ite.min.js",
"editor/vendor/x_ite/assets/components/AnnotationComponent.min.js",
"editor/vendor/x_ite/assets/components/CADGeometryComponent.min.js",
"editor/vendor/x_ite/assets/components/CubeMapTexturingComponent.min.js",
"editor/vendor/x_ite/assets/components/DISComponent.min.js",
"editor/vendor/x_ite/assets/components/EventUtilitiesComponent.min.js",
"editor/vendor/x_ite/assets/components/Geometry2DComponent.min.js",
"editor/vendor/x_ite/assets/components/Geometry3DComponent.min.js",
"editor/vendor/x_ite/assets/components/GeospatialComponent.min.js",
"editor/vendor/x_ite/assets/components/HAnimComponent.min.js",
"editor/vendor/x_ite/assets/components/KeyDeviceSensorComponent.min.js",
"editor/vendor/x_ite/assets/components/LayoutComponent.min.js",
"editor/vendor/x_ite/assets/components/ParticleSystemsComponent.min.js",
"editor/vendor/x_ite/assets/components/PickingComponent.min.js",
"editor/vendor/x_ite/assets/components/RigidBodyPhysicsComponent.min.js",
"editor/vendor/x_ite/assets/components/TextureProjectionComponent.min.js",
"editor/vendor/x_ite/assets/components/VolumeRenderingComponent.min.js",
"editor/vendor/x_ite/assets/components/WebXRComponent.min.js",
"editor/vendor/x_ite/assets/fonts/Droid/DroidSerif Apache License.txt",
"editor/vendor/x_ite/assets/fonts/Droid/DroidSerif-Bold.woff2",
"editor/vendor/x_ite/assets/fonts/Droid/DroidSerif-BoldItalic.woff2",
"editor/vendor/x_ite/assets/fonts/Droid/DroidSerif-Italic.woff2",
"editor/vendor/x_ite/assets/fonts/Droid/DroidSerif-Regular.woff2",
"editor/vendor/x_ite/assets/fonts/PT_Sans/OFL.txt",
"editor/vendor/x_ite/assets/fonts/PT_Sans/PTSans-Bold.woff2",
"editor/vendor/x_ite/assets/fonts/PT_Sans/PTSans-BoldItalic.woff2",
"editor/vendor/x_ite/assets/fonts/PT_Sans/PTSans-Italic.woff2",
"editor/vendor/x_ite/assets/fonts/PT_Sans/PTSans-Regular.woff2",
"editor/vendor/x_ite/assets/fonts/Ubuntu/Ubuntu LICENCE.txt",
"editor/vendor/x_ite/assets/fonts/Ubuntu/Ubuntu-B.woff2",
"editor/vendor/x_ite/assets/fonts/Ubuntu/Ubuntu-BI.woff2",
"editor/vendor/x_ite/assets/fonts/Ubuntu/Ubuntu-R.woff2",
"editor/vendor/x_ite/assets/fonts/Ubuntu/Ubuntu-RI.woff2",
"editor/vendor/x_ite/assets/fonts/Ubuntu/UbuntuMono-B.woff2",
"editor/vendor/x_ite/assets/fonts/Ubuntu/UbuntuMono-BI.woff2",
"editor/vendor/x_ite/assets/fonts/Ubuntu/UbuntuMono-R.woff2",
"editor/vendor/x_ite/assets/fonts/Ubuntu/UbuntuMono-RI.woff2",
"editor/vendor/x_ite/assets/hatching/1.png",
"editor/vendor/x_ite/assets/hatching/10.png",
"editor/vendor/x_ite/assets/hatching/11.png",
"editor/vendor/x_ite/assets/hatching/12.png",
"editor/vendor/x_ite/assets/hatching/13.png",
"editor/vendor/x_ite/assets/hatching/14.png",
"editor/vendor/x_ite/assets/hatching/15.png",
"editor/vendor/x_ite/assets/hatching/16.png",
"editor/vendor/x_ite/assets/hatching/17.png",
"editor/vendor/x_ite/assets/hatching/18.png",
"editor/vendor/x_ite/assets/hatching/19.png",
"editor/vendor/x_ite/assets/hatching/2.png",
"editor/vendor/x_ite/assets/hatching/3.png",
"editor/vendor/x_ite/assets/hatching/4.png",
"editor/vendor/x_ite/assets/hatching/5.png",
"editor/vendor/x_ite/assets/hatching/6.png",
"editor/vendor/x_ite/assets/hatching/7.png",
"editor/vendor/x_ite/assets/hatching/8.png",
"editor/vendor/x_ite/assets/hatching/9.png",
"editor/vendor/x_ite/assets/images/XR.svg",
"editor/vendor/x_ite/assets/images/animation.svg",
"editor/vendor/x_ite/assets/images/block.svg",
"editor/vendor/x_ite/assets/images/border_all.svg",
"editor/vendor/x_ite/assets/images/check_circle.svg",
"editor/vendor/x_ite/assets/images/directions_run.svg",
"editor/vendor/x_ite/assets/images/done_all.svg",
"editor/vendor/x_ite/assets/images/eye_tracking.svg",
"editor/vendor/x_ite/assets/images/fullscreen.svg",
"editor/vendor/x_ite/assets/images/fullscreen_exit.svg",
"editor/vendor/x_ite/assets/images/globe.svg",
"editor/vendor/x_ite/assets/images/hexagon.svg",
"editor/vendor/x_ite/assets/images/info.svg",
"editor/vendor/x_ite/assets/images/language.svg",
"editor/vendor/x_ite/assets/images/logo.svg",
"editor/vendor/x_ite/assets/images/no_sound.svg",
"editor/vendor/x_ite/assets/images/play_circle.svg",
"editor/vendor/x_ite/assets/images/point_scan.svg",
"editor/vendor/x_ite/assets/images/radio_button_checked.svg",
"editor/vendor/x_ite/assets/images/radio_button_unchecked.svg",
"editor/vendor/x_ite/assets/images/schedule.svg",
"editor/vendor/x_ite/assets/images/stadia_controller.svg",
"editor/vendor/x_ite/assets/images/stop_circle.svg",
"editor/vendor/x_ite/assets/images/stroke_partial.svg",
"editor/vendor/x_ite/assets/images/texture.svg",
"editor/vendor/x_ite/assets/images/travel.svg",
"editor/vendor/x_ite/assets/images/visibility.svg",
"editor/vendor/x_ite/assets/lib/README.md",
"editor/vendor/x_ite/assets/lib/draco_decoder_gltf.js",
"editor/vendor/x_ite/assets/lib/lut_charlie.png",
"editor/vendor/x_ite/assets/lib/lut_ggx.png",
"editor/vendor/x_ite/assets/lib/lut_sheen_E.png",
"editor/vendor/x_ite/assets/lib/meshopt_decoder.js",
"editor/vendor/x_ite/assets/lib/mikktspace_bg.wasm",
"editor/vendor/x_ite/assets/lib/mkkellogg-sort.worker.js",
"editor/vendor/x_ite/assets/lib/sorter_no_simd_non_shared.wasm",
"editor/vendor/x_ite/assets/lib/woff2_decoder.js",
"editor/vendor/x_ite/assets/linetype/linetypes.png",
"editor/vendor/x_ite/assets/shaders/MaterialTextures.js",
"editor/vendor/x_ite/assets/shaders/Types.glsl.js",
"editor/vendor/x_ite/assets/shaders/webgl2/Default2.vs.js",
"editor/vendor/x_ite/assets/shaders/webgl2/Depth2.fs.js",
"editor/vendor/x_ite/assets/shaders/webgl2/Depth2.vs.js",
"editor/vendor/x_ite/assets/shaders/webgl2/FullScreen2.vs.js",
"editor/vendor/x_ite/assets/shaders/webgl2/LineTransform2.fs.js",
"editor/vendor/x_ite/assets/shaders/webgl2/LineTransform2.vs.js",
"editor/vendor/x_ite/assets/shaders/webgl2/Material2.fs.js",
"editor/vendor/x_ite/assets/shaders/webgl2/OITCompose2.fs.js",
"editor/vendor/x_ite/assets/shaders/webgl2/Physical2.fs.js",
"editor/vendor/x_ite/assets/shaders/webgl2/Pointing2.fs.js",
"editor/vendor/x_ite/assets/shaders/webgl2/Pointing2.vs.js",
"editor/vendor/x_ite/assets/shaders/webgl2/SpecularGlossiness2.fs.js",
"editor/vendor/x_ite/assets/shaders/webgl2/Unlit2.fs.js",
"editor/vendor/x_ite/assets/shaders/webgl2/common/ClipPlanes2.glsl.js",
"editor/vendor/x_ite/assets/shaders/webgl2/common/Fog2.glsl.js",
"editor/vendor/x_ite/assets/shaders/webgl2/common/Fragment2.glsl.js",
"editor/vendor/x_ite/assets/shaders/webgl2/common/Hatch2.glsl.js",
"editor/vendor/x_ite/assets/shaders/webgl2/common/Instancing2.glsl.js",
"editor/vendor/x_ite/assets/shaders/webgl2/common/Lighting2.glsl.js",
"editor/vendor/x_ite/assets/shaders/webgl2/common/Line22.glsl.js",
"editor/vendor/x_ite/assets/shaders/webgl2/common/Logarithmic2.js",
"editor/vendor/x_ite/assets/shaders/webgl2/common/Material2.glsl.js",
"editor/vendor/x_ite/assets/shaders/webgl2/common/Normal2.glsl.js",
"editor/vendor/x_ite/assets/shaders/webgl2/common/OIT2.js",
"editor/vendor/x_ite/assets/shaders/webgl2/common/Perlin2.glsl.js",
"editor/vendor/x_ite/assets/shaders/webgl2/common/Point2.glsl.js",
"editor/vendor/x_ite/assets/shaders/webgl2/common/PointSize2.glsl.js",
"editor/vendor/x_ite/assets/shaders/webgl2/common/Shadow2.glsl.js",
"editor/vendor/x_ite/assets/shaders/webgl2/common/Skin2.glsl.js",
"editor/vendor/x_ite/assets/shaders/webgl2/common/Stipple2.glsl.js",
"editor/vendor/x_ite/assets/shaders/webgl2/common/Texture2.glsl.js",
"editor/vendor/x_ite/assets/shaders/webgl2/common/Unlit2.glsl.js",
"editor/vendor/x_ite/assets/shaders/webgl2/common/Utils2.glsl.js",
"editor/vendor/x_ite/assets/shaders/webgl2/common/Vertex2.glsl.js",
"editor/vendor/x_ite/assets/shaders/webgl2/pbr/BRDF2.glsl.js",
"editor/vendor/x_ite/assets/shaders/webgl2/pbr/IBL2.glsl.js",
"editor/vendor/x_ite/assets/shaders/webgl2/pbr/Iridescence2.glsl.js",
"editor/vendor/x_ite/assets/shaders/webgl2/pbr/MaterialInfo2.glsl.js",
"editor/vendor/x_ite/assets/shaders/webgl2/pbr/PBR2.glsl.js",
"editor/vendor/x_ite/assets/shaders/webgl2/pbr/Punctual2.glsl.js",
"editor/vendor/x_ite/assets/shaders/webgl2/pbr/Scatter2.glsl.js",
"editor/vendor/x_ite/assets/shaders/webgl2/pbr/SpecularGlossiness2.glsl.js",
"editor/vendor/x_ite/assets/shaders/webgl2/pbr/SubsurfaceScattering2.glsl.js",
"editor/vendor/x_ite/assets/shaders/webgl2/pbr/ToneMapping2.glsl.js",
"editor/vendor/x_ite/assets/lib/libktx.js",
"editor/vendor/x_ite/assets/lib/libktx.wasm"
]
} Best HTML WYSIWYG Editor Alternatives
Here are some Firefox add-ons that are similar to HTML WYSIWYG Editor:
HTML editor WebStudio for Webpages
RedCoolMedia
Editer
Vijay Samant
Fire Page Editing
Francesco De Stefano
Kompozer_V.2
camouflage1984
Page Hacker
nico@nc
Text Editor Panel
愤怒的猪
Web Edit
ValeDev
Word Editor
keller
Web Editor
Ujjwal Raizada
HTML Valid
Sonclub
Visual CSS Editor
Sean
Text Editor
Sevina