html-editor-and-viewer

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

Cos'è html-editor-and-viewer?

html-editor-and-viewer è un'estensione di Chrome sviluppata da mizutoki79, e la sua funzione principale è "画面は左右に別れており、左半分がエディター画面、右半分は結果を表示します 画面左側のエディターには2つのタブが選択でき、それぞれのタブでHTMLとCSSを編集できます Ctrl + S を押すと編集内容を保存し、画面右側のビューワーにレンダリングされます…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione html-editor-and-viewer

Scarica i file di estensione html-editor-and-viewer 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

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

Informazioni di Base sull'Estensione

Nome html-editor-and-viewer html-editor-and-viewer
ID lioppcbljfgmaoncojalabnmkndhflgf
URL Ufficiale https://chromewebstore.google.com/detail/html-editor-and-viewer/lioppcbljfgmaoncojalabnmkndhflgf
Descrizione 画面は左右に別れており、左半分がエディター画面、右半分は結果を表示します 画面左側のエディターには2つのタブが選択でき、それぞれのタブでHTMLとCSSを編集できます Ctrl + S を押すと編集内容を保存し、画面右側のビューワーにレンダリングされます…
Dimensione del File 6.73 MB
Conteggio Installazioni 90
Versione Corrente 0.0.1
Ultimo Aggiornamento 2021-03-01
Data di Pubblicazione 2021-03-01
Sviluppatore mizutoki79
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/mizutoki79/html-editor-and-viewer
Lingue Supportate 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"
    }
}