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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "www.icanprove.com creates signed screenshots and session logs to demonstrate the state/content of a web page. This extension will…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ICanProve एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.
एक्सटेंशन की मूल जानकारी
नाम | |
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" } } |