Blue Crystal Signer
Assinatura Digital.
什么是Blue Crystal Signer?
Blue Crystal Signer是由blue crystal by Sergio Leal开发的Chrome扩展程序,该扩展的主要功能是“Assinatura Digital.”。
扩展截图
下载Blue Crystal Signer扩展crx文件
下载Blue Crystal Signer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Utilizado para fazer assinaturas digitais com o Blue Crystal
扩展基本信息
名称 | |
ID | inlgdajmhicinhamnepnpdneamfgjcgl |
官方URL | https://chrome.google.com/webstore/detail/blue-crystal-signer/inlgdajmhicinhamnepnpdneamfgjcgl |
简介 | Assinatura Digital. |
文件大小 | 68.85 KB |
安装次数 | 194 |
当前版本 | 0.0.6 |
更新时间 | 2016-08-27 |
上架时间 | 2016-08-27 |
开发者 | blue crystal by Sergio Leal |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://bluecryst.al/ |
帮助页面URL | http://bluecryst.al/resume.html |
支持的语言 | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Blue Crystal Signer", "version": "0.0.6", "manifest_version": 2, "description": "Assinatura Digital.", "icons": { "16": "icons\/16x16.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "omnibox": { "keyword": "bluc" }, "page_action": { "default_icon": { "19": "icons\/19x19.png", "38": "icons\/38x38.png" }, "default_title": "Assinar", "default_popup": "main.html" }, "background": { "scripts": [ "jquery-2.1.4.min.js", "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*" ], "js": [ "jquery-2.1.4.min.js", "content.js" ] } ], "permissions": [ "nativeMessaging", "tabs", "http:\/\/*\/*", "storage" ] } |