Perceptual image analysis
Image forensics: testing images for presence of viewable irregularities.
Was ist Perceptual image analysis?
Perceptual image analysis ist eine Chrome-Erweiterung, die von Martin Saturka entwickelt wurde, und ihr Hauptmerkmal ist "Image forensics: testing images for presence of viewable irregularities.".
Erweiterungsscreenshots
Perceptual image analysis-Erweiterungs-CRX-Datei herunterladen
Laden Sie Perceptual image analysis-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | gidmeabdffonnejjlkbglmppmfniakdf |
| Offizielle URL | https://chromewebstore.google.com/detail/perceptual-image-analysis/gidmeabdffonnejjlkbglmppmfniakdf |
| Beschreibung | Image forensics: testing images for presence of viewable irregularities. |
| Dateigröße | 78.98 KB |
| Installationsanzahl | 689 |
| Aktuelle Version | 0.3.2 |
| Letztes Update | 2020-11-20 |
| Veröffentlichungsdatum | 2018-03-25 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | Martin Saturka |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | http://tools.quadet.com/ |
| Hilfeseite URL | http://tools.quadet.com/ |
| Unterstützte Sprachen | 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"
}
}
} | |