Files comparison
Compare your files in Chrome
Files comparison क्या है?
Files comparison denfllow द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Compare your files in Chrome"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Files comparison एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Extension allows you to compare your files directly in Chrome. Just click on toolbar icon. Also you will get sha256 hash of files. Also your can check file hash on viruses or find native file-name with VirusTotal service. "Is the same file or no... Files Comparison" v0.0.3: - Deleted permission "notifications"
एक्सटेंशन की मूल जानकारी
नाम | Files comparison |
ID | onhganoloikkmighllfglcehmaaobpmk |
आधिकारिक URL | https://chromewebstore.google.com/detail/files-comparison/onhganoloikkmighllfglcehmaaobpmk |
विवरण | Compare your files in Chrome |
फ़ाइल का आकार | 19.99 KB |
स्थापना संख्या | 380 |
वर्तमान संस्करण | 0.0.3 |
अंतिम अपडेट | 2022-05-12 |
प्रकाशन तिथि | 2018-03-09 |
रेटिंग | 4.50/5 कुल 2 रेटिंग्स |
डेवलपर | denfllow |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | http://myipcamapp.net/privacy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js", "sha256-hashworker.js" ] }, "browser_action": { "default_icon": "images\/2files18.png", "default_title": "__MSG_browser_action_title__" }, "default_locale": "en", "description": "__MSG_chrome_extension_description__", "icons": { "128": "images\/2files128.png", "64": "images\/2files64.png", "18": "images\/2files18.png" }, "manifest_version": 2, "name": "__MSG_chrome_extension_name__", "short_name": "Compare Files", "version": "0.0.3" } |