Perceptual image analysis
Image forensics: testing images for presence of viewable irregularities.
Vad är Perceptual image analysis?
Perceptual image analysis är en Chrome-tillägg utvecklad av Martin Saturka, och dess huvudfunktion är "Image forensics: testing images for presence of viewable irregularities.".
Tilläggsskärmbilder
Ladda ner Perceptual image analysis-förlängningens CRX-fil
Ladda ner Perceptual image analysis-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | gidmeabdffonnejjlkbglmppmfniakdf |
| Officiell webbadress | https://chromewebstore.google.com/detail/perceptual-image-analysis/gidmeabdffonnejjlkbglmppmfniakdf |
| Beskrivning | Image forensics: testing images for presence of viewable irregularities. |
| Filstorlek | 78.98 KB |
| Antal Installationer | 689 |
| Aktuell Version | 0.3.2 |
| Senast Uppdaterad | 2020-11-20 |
| Publiceringsdatum | 2018-03-25 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | Martin Saturka |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | http://tools.quadet.com/ |
| Hjälpsida URL | http://tools.quadet.com/ |
| Stödda Språk | 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"
}
}
} | |