Signature Maker Online

Create your handwritten digital signature online.

What is Signature Maker Online?

Signature Maker Online is a Chrome extension developed by http://signature-maker.net, and its main feature is "Create your handwritten digital signature online.".

Extension Screenshots

screenshot
screenshot

Download Signature Maker Online Extension CRX File

Download Signature Maker Online 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

                        A simple tool for creating your custom/handwritten digital signature online. Works on mobile/tablets as well.                    

Extension Basic Information

Name Signature Maker Online Signature Maker Online
ID pmbkhjeeklcdnaojblcpadnjnodfdkce
Official URL https://chrome.google.com/webstore/detail/signature-maker-online/pmbkhjeeklcdnaojblcpadnjnodfdkce
Description Create your handwritten digital signature online.
File Size 9.47 KB
Installation Count 6,000
Current Version 1.0.0
Last Updated 2015-06-02
Publish Date 2015-06-02
Rating 4.00/5 Total 3 Ratings
Developer http://signature-maker.net
Email [email protected]
Payment Type free
Extension Website http://signature-maker.net
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Signature Maker Online",
    "version": "1.0.0",
    "description": "Create your handwritten digital signature online.",
    "icons": {
        "16": "icon.png",
        "128": "icon_128.png"
    },
    "homepage_url": "http:\/\/signature-maker.net",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "script.js"
        ]
    }
}