ICanProve

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

Apa itu ICanProve?

ICanProve adalah ekstensi Chrome yang dikembangkan oleh https://www.icanprove.com, dan fitur utamanya adalah "www.icanprove.com creates signed screenshots and session logs to demonstrate the state/content of a web page. This extension will…".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi ICanProve

Unduh file ekstensi ICanProve dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama ICanProve ICanProve
ID pbllaemjgaiebphgamlmcckgagmomooo
URL Resmi https://chromewebstore.google.com/detail/icanprove/pbllaemjgaiebphgamlmcckgagmomooo
Deskripsi www.icanprove.com creates signed screenshots and session logs to demonstrate the state/content of a web page. This extension will…
Ukuran File 11.1 KB
Jumlah Instalasi 22
Versi Saat Ini 1.0
Terakhir Diperbarui 2014-01-05
Tanggal Publikasi 2014-01-05
Pengembang https://www.icanprove.com
Tipe Pembayaran free
Situs Ekstensi http://www.icanprove.com
Bahasa yang Didukung 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"
    }
}