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文件

下載Perceptual image analysis擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
        }
    }
}