esa edit from here

A chrome extension for esa

What is esa edit from here?

esa edit from here is a Chrome extension developed by tatsuyafw, and its main feature is "A chrome extension for esa".

Extension Screenshots

screenshot

Download esa edit from here Extension CRX File

Download esa edit from here 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 の Chrome Extension です。posts ページの指定したヘッダから編集が可能になります。                    

Extension Basic Information

Name esa edit from here esa edit from here
ID ldgdbljbeieebobdaflempmfldkkohil
Official URL https://chromewebstore.google.com/detail/esa-edit-from-here/ldgdbljbeieebobdaflempmfldkkohil
Description A chrome extension for esa
File Size 36.11 KB
Installation Count 10
Current Version 0.0.2
Last Updated 2017-08-14
Publish Date 2017-08-14
Developer tatsuyafw
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "esa edit from here",
    "description": "A chrome extension for esa",
    "version": "0.0.2",
    "author": "tatsuyafw",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.esa.io\/posts\/*"
            ],
            "js": [
                "lib\/jquery-3.2.1.min.js",
                "lib\/jquery.caret-0.3.1.min.js",
                "src\/main.js"
            ]
        }
    ]
}