ICanProve

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

ICanProveคืออะไร?

ICanProve เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.icanprove.com และคุณลักษณะหลักของมันคือ "www.icanprove.com creates signed screenshots and session logs to demonstrate the state/content of a web page. This extension will…"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ICanProve

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}