FindAllLinks
Find paths in the html/js
FindAllLinks là gì?
FindAllLinks là một tiện ích mở rộng Chrome được phát triển bởi Sicarius, và tính năng chính của nó là "Find paths in the html/js".
Ả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 FindAllLinks
Tải xuống các tệp mở rộng FindAllLinks 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
This tool helps you find URLS and API endpoints embeded in js files and html content.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | FindAllLinks |
ID | ecakpoecmehpjhpgfndlkhahedcembki |
URL Chính Thức | https://chromewebstore.google.com/detail/findalllinks/ecakpoecmehpjhpgfndlkhahedcembki |
Mô tả | Find paths in the html/js |
Kích Thước Tệp | 318 KB |
Số Lần Cài Đặt | 99 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2022-05-19 |
Ngày Phát Hành | 2022-01-13 |
Nhà Phát Triển | Sicarius |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/ElSicarius/linktrouvereur |
URL Trang Trợ Giúp | https://github.com/ElSicarius/linktrouvereur |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_popup": "popup\/index.html", "default_icon": { "16": "images\/icon_16.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" } }, "icons": { "128": "images\/icon_128.png", "16": "images\/icon_16.png", "48": "images\/icon_48.png" }, "description": "Find paths in the html\/js", "background": { "scripts": [ "background\/background.js" ] }, "manifest_version": 2, "name": "FindAllLinks", "permissions": [ "storage", "activeTab", "clipboardWrite" ], "version": "1.0", "author": "Sicarius" } |