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 |
官方網址 | 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" } } |