Quick Editor

This extension quickly converts a tab into a quick editor

What is Quick Editor?

Quick Editor is a Chrome extension developed by Manivannan R, and its main feature is "This extension quickly converts a tab into a quick editor".

Extension Screenshots

screenshot

Download Quick Editor Extension CRX File

Download Quick Editor 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

                        Searching for notepad... Turn chrome tab into editable notepad. More features coming soon..                    

Extension Basic Information

Name Quick Editor Quick Editor
ID ehkakhfdjcfkijobfgbejedjggklojog
Official URL https://chromewebstore.google.com/detail/quick-editor/ehkakhfdjcfkijobfgbejedjggklojog
Description This extension quickly converts a tab into a quick editor
File Size 4.07 KB
Installation Count 81
Current Version 1.0
Last Updated 2017-05-18
Publish Date 2017-05-18
Developer Manivannan R
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Quick Editor",
    "short_name": "Turn chrome tab to text editor",
    "description": "This extension quickly converts a tab into a quick editor",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Quick Editor"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}