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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    }
}