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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة 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"
        }
    }
}