FindAllLinks
Find paths in the html/js
什麼是FindAllLinks?
FindAllLinks是由Sicarius開發的Chrome擴展程式,該擴展的主要功能是“Find paths in the html/js”。
擴展截圖
下載FindAllLinks擴展crx文件
下載FindAllLinks擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This tool helps you find URLS and API endpoints embeded in js files and html content.
擴展基本資訊
名稱 | FindAllLinks |
ID | ecakpoecmehpjhpgfndlkhahedcembki |
官方網址 | https://chromewebstore.google.com/detail/findalllinks/ecakpoecmehpjhpgfndlkhahedcembki |
簡介 | Find paths in the html/js |
檔案大小 | 318 KB |
安裝次數 | 99 |
目前版本 | 1.0 |
更新時間 | 2022-05-19 |
上架時間 | 2022-01-13 |
開發者 | Sicarius |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/ElSicarius/linktrouvereur |
說明頁面URL | https://github.com/ElSicarius/linktrouvereur |
支援的語言 | 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" } |