Perceptual image analysis

Image forensics: testing images for presence of viewable irregularities.

Perceptual image analysisคืออะไร?

Perceptual image analysis เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Martin Saturka และคุณลักษณะหลักของมันคือ "Image forensics: testing images for presence of viewable irregularities."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Perceptual image analysis

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
        }
    }
}