ICanProve

www.icanprove.com creates signed screenshots and session logs to demonstrate the state/content of a web page. This extension will…

O que é ICanProve?

ICanProve é uma extensão do Chrome desenvolvida por https://www.icanprove.com, e sua principal característica é "www.icanprove.com creates signed screenshots and session logs to demonstrate the state/content of a web page. This extension will…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão ICanProve

Baixe arquivos de extensão ICanProve no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome ICanProve ICanProve
ID pbllaemjgaiebphgamlmcckgagmomooo
URL Oficial https://chromewebstore.google.com/detail/icanprove/pbllaemjgaiebphgamlmcckgagmomooo
Descrição www.icanprove.com creates signed screenshots and session logs to demonstrate the state/content of a web page. This extension will…
Tamanho do Arquivo 11.1 KB
Contagem de Instalações 22
Versão Atual 1.0
Última Atualização 2014-01-05
Data de Publicação 2014-01-05
Desenvolvedor https://www.icanprove.com
Tipo de Pagamento free
Site da Extensão http://www.icanprove.com
Idiomas Suportados 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"
    }
}