Signature Maker Online
Create your handwritten digital signature online.
什么是Signature Maker Online?
Signature Maker Online是由http://signature-maker.net开发的Chrome扩展程序,该扩展的主要功能是“Create your handwritten digital signature online.”。
扩展截图
下载Signature Maker Online扩展crx文件
下载Signature Maker Online扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A simple tool for creating your custom/handwritten digital signature online. Works on mobile/tablets as well.
扩展基本信息
名称 | |
ID | pmbkhjeeklcdnaojblcpadnjnodfdkce |
官方URL | https://chrome.google.com/webstore/detail/signature-maker-online/pmbkhjeeklcdnaojblcpadnjnodfdkce |
简介 | Create your handwritten digital signature online. |
文件大小 | 9.47 KB |
安装次数 | 6,000 |
当前版本 | 1.0.0 |
更新时间 | 2015-06-02 |
上架时间 | 2015-06-02 |
评分 | 4.00/5 共3次评分 |
开发者 | http://signature-maker.net |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://signature-maker.net |
支持的语言 | 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" ] } } |