Perceptual image analysis

Image forensics: testing images for presence of viewable irregularities.

Perceptual image analysis란 무엇입니까?

Perceptual image analysis은(는) Martin Saturka에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Image forensics: testing images for presence of viewable irregularities."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Perceptual image analysis 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
        }
    }
}