Perceptual image analysis
Image forensics: testing images for presence of viewable irregularities.
Perceptual image analysis क्या है?
Perceptual image analysis Martin Saturka द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Image forensics: testing images for presence of viewable irregularities."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Perceptual image analysis एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Image forensics: It helps at assessing of images from the point of view of possible alterations of the images, that is: is it real or fake. * intuitive forensics tools for images * open-source tools for journalists * part of perceptual image suite
एक्सटेंशन की मूल जानकारी
नाम | Perceptual image analysis |
ID | gidmeabdffonnejjlkbglmppmfniakdf |
आधिकारिक URL | https://chromewebstore.google.com/detail/perceptual-image-analysis/gidmeabdffonnejjlkbglmppmfniakdf |
विवरण | Image forensics: testing images for presence of viewable irregularities. |
फ़ाइल का आकार | 78.98 KB |
स्थापना संख्या | 689 |
वर्तमान संस्करण | 0.3.2 |
अंतिम अपडेट | 2020-11-20 |
प्रकाशन तिथि | 2018-03-25 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Martin Saturka |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://tools.quadet.com/ |
सहायता पृष्ठ URL | http://tools.quadet.com/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extensionName__", "version": "0.3.2", "description": "__MSG_extensionDescription__", "homepage_url": "http:\/\/tools.quadet.com\/", "default_locale": "en", "minimum_chrome_version": "6.0.0.0", "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "contextMenus", "https:\/\/image.baidu.com\/*", "https:\/\/www.bing.com\/images\/*", "https:\/\/www.google.com\/*", "https:\/\/tineye.com\/*", "https:\/\/yandex.com\/images\/*", "https:\/\/yandex.ru\/images\/*", "https:\/\/yandex.by\/images\/*", "https:\/\/yandex.ua\/images\/*", "https:\/\/yandex.kz\/images\/*", "https:\/\/yandex.com.tr\/images\/*", "*:\/\/*\/*" ], "web_accessible_resources": [ "analysis.html" ], "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "64": "icons\/icon-64.png", "96": "icons\/icon-96.png", "128": "icons\/icon-128.png" }, "browser_action": { "default_icon": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "64": "icons\/icon-64.png", "96": "icons\/icon-96.png", "128": "icons\/icon-128.png" } } } |