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…」です。

拡張機能のスクリーンショット

screenshot

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.                    

拡張機能の基本情報

名前 ICanProve ICanProve
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"
    }
}