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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" } } } |