Submit any form with Ctrl+Enter

Just press Ctrl+Enter to submit a form.

What is Submit any form with Ctrl+Enter?

Submit any form with Ctrl+Enter is a Chrome extension developed by iisisoft, and its main feature is "Just press Ctrl+Enter to submit a form.".

Download Submit any form with Ctrl+Enter Extension CRX File

Download Submit any form with Ctrl+Enter 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

                        For this extension to work:
- You must refresh tabs after installation
- A form field must have focus when you press Ctrl+Enter                    

Extension Basic Information

Name Submit any form with Ctrl+Enter Submit any form with Ctrl+Enter
ID eimfakhohdgnenkkbnminpgiofojioam
Official URL https://chromewebstore.google.com/detail/submit-any-form-with-ctrl/eimfakhohdgnenkkbnminpgiofojioam
Description Just press Ctrl+Enter to submit a form.
File Size 3.6 KB
Installation Count 72
Current Version 1.0.1
Last Updated 2018-05-08
Publish Date 2018-05-08
Rating 5.00/5 Total 1 Ratings
Developer iisisoft
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Submit any form with Ctrl+Enter",
    "version": "1.0.1",
    "description": "Just press Ctrl+Enter to submit a form.",
    "permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/content_scripts\/submit_form_with_ctrl_enter.js"
            ],
            "run_at": "document_start",
            "match_about_blank": true,
            "all_frames": true
        }
    ]
}