Mitaka
A browser extension for searching IP, domain, URL, hash, etc. via the context menu.
Mitaka là gì?
Mitaka là một tiện ích mở rộng Chrome được phát triển bởi ninoseki, và tính năng chính của nó là "A browser extension for searching IP, domain, URL, hash, etc. via the context menu.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Mitaka
Tải xuống các tệp mở rộng Mitaka dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Mitaka |
ID | bfjbejmeoibbdpfdbmbacmefcbannnbg |
URL Chính Thức | https://chromewebstore.google.com/detail/mitaka/bfjbejmeoibbdpfdbmbacmefcbannnbg |
Mô tả | A browser extension for searching IP, domain, URL, hash, etc. via the context menu. |
Kích Thước Tệp | 463 KB |
Số Lần Cài Đặt | 11,420 |
Phiên Bản Hiện Tại | 2.0.1 |
Cập Nhật Lần Cuối | 2024-02-28 |
Ngày Phát Hành | 2020-07-02 |
Đánh Giá | 2.69/5 Tổng số 13 Đánh Giá |
Nhà Phát Triển | ninoseki |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/ninoseki/mitaka |
URL Trang Trợ Giúp | https://github.com/ninoseki/mitaka |
URL Trang Chính Sách Bảo Mật | https://ninoseki.github.io/chrome-webstore/privacy_policy.html |
Ngôn Ngữ Được Hỗ Trợ | 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": [ " |