html-editor-and-viewer

画面は左右に別れており、左半分がエディター画面、右半分は結果を表示します 画面左側のエディターには2つのタブが選択でき、それぞれのタブでHTMLとCSSを編集できます Ctrl + S を押すと編集内容を保存し、画面右側のビューワーにレンダリングされます…

What is html-editor-and-viewer?

html-editor-and-viewer is a Chrome extension developed by mizutoki79, and its main feature is "画面は左右に別れており、左半分がエディター画面、右半分は結果を表示します 画面左側のエディターには2つのタブが選択でき、それぞれのタブでHTMLとCSSを編集できます Ctrl + S を押すと編集内容を保存し、画面右側のビューワーにレンダリングされます…".

Extension Screenshots

screenshot

Download html-editor-and-viewer Extension CRX File

Download html-editor-and-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

                        画面は左右に別れており、左半分がエディター画面、右半分は結果を表示します
画面左側のエディターには2つのタブが選択でき、それぞれのタブでHTMLとCSSを編集できます
Ctrl + S を押すと編集内容を保存し、画面右側のビューワーにレンダリングされます
JavaScriptは使用できません                    

Extension Basic Information

Name html-editor-and-viewer html-editor-and-viewer
ID lioppcbljfgmaoncojalabnmkndhflgf
Official URL https://chromewebstore.google.com/detail/html-editor-and-viewer/lioppcbljfgmaoncojalabnmkndhflgf
Description 画面は左右に別れており、左半分がエディター画面、右半分は結果を表示します 画面左側のエディターには2つのタブが選択でき、それぞれのタブでHTMLとCSSを編集できます Ctrl + S を押すと編集内容を保存し、画面右側のビューワーにレンダリングされます…
File Size 6.73 MB
Installation Count 90
Current Version 0.0.1
Last Updated 2021-03-01
Publish Date 2021-03-01
Developer mizutoki79
Email [email protected]
Payment Type free
Extension Website https://github.com/mizutoki79/html-editor-and-viewer
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "html-editor-and-viewer",
    "version": "0.0.1",
    "author": "mizutoki79",
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "background.bundle.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "name": "html-editor-and-viewer"
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}