Mitaka
A browser extension for searching IP, domain, URL, hash, etc. via the context menu.
什么是Mitaka?
Mitaka是由ninoseki开发的Chrome扩展程序,该扩展的主要功能是“A browser extension for searching IP, domain, URL, hash, etc. via the context menu.”。
扩展截图
下载Mitaka扩展crx文件
下载Mitaka扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Mitaka is a browser extension for searching IP, domain, URL, hash, etc. via the context menu. This extension can: - Extract & refang IoC from a selected block of text. -- e.g. example[.]com to example.com, test[at]example.com to [email protected], hxxp://example.com to http://example.com, etc. - Search / scan it on various engines. -- e.g. VirusTotal, urlscan.io, Censys, Shodan, etc. See https://github.com/ninoseki/mitaka for more details.
扩展基本信息
名称 | |
ID | bfjbejmeoibbdpfdbmbacmefcbannnbg |
官方URL | https://chromewebstore.google.com/detail/mitaka/bfjbejmeoibbdpfdbmbacmefcbannnbg |
简介 | A browser extension for searching IP, domain, URL, hash, etc. via the context menu. |
文件大小 | 463 KB |
安装次数 | 11,420 |
当前版本 | 2.0.1 |
更新时间 | 2024-02-28 |
上架时间 | 2020-07-02 |
评分 | 2.69/5 共13次评分 |
开发者 | ninoseki |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/ninoseki/mitaka |
帮助页面URL | https://github.com/ninoseki/mitaka |
隐私政策页面URL | https://ninoseki.github.io/chrome-webstore/privacy_policy.html |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "16": "icon16.plasmo.6c567d50.png", "32": "icon32.plasmo.76b92899.png", "48": "icon48.plasmo.aced7582.png", "64": "icon64.plasmo.8bb5e6e0.png", "128": "icon128.plasmo.3c1ed2d2.png" }, "manifest_version": 3, "action": { "default_icon": { "16": "icon16.plasmo.6c567d50.png", "32": "icon32.plasmo.76b92899.png", "48": "icon48.plasmo.aced7582.png", "64": "icon64.plasmo.8bb5e6e0.png", "128": "icon128.plasmo.3c1ed2d2.png" } }, "version": "2.0.1", "author": "ninoseki", "name": "Mitaka", "description": "A browser extension for searching IP, domain, URL, hash, etc. via the context menu.", "background": { "service_worker": "static\/background\/index.js" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "permissions": [ "contextMenus", "storage", "notifications" ], "content_scripts": [ { "matches": [ " |