ICanProve
www.icanprove.com creates signed screenshots and session logs to demonstrate the state/content of a web page. This extension will…
ICanProve là gì?
ICanProve là một tiện ích mở rộng Chrome được phát triển bởi https://www.icanprove.com, và tính năng chính của nó là "www.icanprove.com creates signed screenshots and session logs to demonstrate the state/content of a web page. This extension will…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng ICanProve
Tải xuống các tệp mở rộng ICanProve dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | pbllaemjgaiebphgamlmcckgagmomooo |
URL Chính Thức | https://chromewebstore.google.com/detail/icanprove/pbllaemjgaiebphgamlmcckgagmomooo |
Mô tả | www.icanprove.com creates signed screenshots and session logs to demonstrate the state/content of a web page. This extension will… |
Kích Thước Tệp | 11.1 KB |
Số Lần Cài Đặt | 22 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2014-01-05 |
Ngày Phát Hành | 2014-01-05 |
Nhà Phát Triển | https://www.icanprove.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.icanprove.com |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |