ICanProve
www.icanprove.com creates signed screenshots and session logs to demonstrate the state/content of a web page. This extension will…
什么是ICanProve?
ICanProve是由https://www.icanprove.com开发的Chrome扩展程序,该扩展的主要功能是“www.icanprove.com creates signed screenshots and session logs to demonstrate the state/content of a web page. This extension will…”。
扩展截图
下载ICanProve扩展crx文件
下载ICanProve扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
www.icanprove.com creates signed screenshots and session logs to demonstrate the state/content of a web page. This extension will take you there and automatically copy the address of the current page.
扩展基本信息
名称 | |
ID | pbllaemjgaiebphgamlmcckgagmomooo |
官方URL | https://chromewebstore.google.com/detail/icanprove/pbllaemjgaiebphgamlmcckgagmomooo |
简介 | www.icanprove.com creates signed screenshots and session logs to demonstrate the state/content of a web page. This extension will… |
文件大小 | 11.1 KB |
安装次数 | 22 |
当前版本 | 1.0 |
更新时间 | 2014-01-05 |
上架时间 | 2014-01-05 |
开发者 | https://www.icanprove.com |
付费类型 | free |
扩展官网 | http://www.icanprove.com |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ICanProve", "manifest_version": 2, "version": "1.0", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "ICanProve", "default_icon": { "19": "Logo19.png", "38": "Logo38.png" } }, "icons": { "16": "Logo16.png", "48": "Logo48.png", "128": "Logo128.png" } } |