esarea

Enjoy (\( ⁰⊖⁰)/) markdown on any textarea

What is esarea?

esarea is a Chrome extension developed by fukayatsu, and its main feature is "Enjoy (\( ⁰⊖⁰)/) markdown on any textarea".

Extension Screenshots

Download esarea Extension CRX File

Download esarea 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

                        esa.io like markdown assist for any textareas on the page.

Supported actions:
- List / Checkbox
- Table
- Indent / reindent

see also: https://www.youtube.com/watch?v=WuHF8omY2NY

source code: https://github.com/fukayatsu/esarea

This markdown assist is disabled on some services which already have markdown assist.                    

Extension Basic Information

Name esarea esarea
ID pjhancoeamcahkmbmgoonbaggjbpijoc
Official URL https://chromewebstore.google.com/detail/esarea/pjhancoeamcahkmbmgoonbaggjbpijoc
Description Enjoy (\( ⁰⊖⁰)/) markdown on any textarea
File Size 55.44 KB
Installation Count 1,099
Current Version 0.0.20
Last Updated 2022-01-12
Publish Date 2018-12-19
Rating 4.56/5 Total 9 Ratings
Developer fukayatsu
Email [email protected]
Payment Type free
Extension Website https://github.com/fukayatsu/esarea
Help Page URL https://github.com/fukayatsu/esarea/issues/new
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "esarea",
    "short_name": "esarea",
    "version": "0.0.20",
    "manifest_version": 2,
    "description": "Enjoy (\\( \u2070\u2296\u2070)\/) markdown on any textarea",
    "icons": {
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/bundle.js"
            ],
            "all_frames": true
        }
    ]
}