FindAllLinks

Find paths in the html/js

什么是FindAllLinks?

FindAllLinks是由Sicarius开发的Chrome扩展程序,该扩展的主要功能是“Find paths in the html/js”。

扩展截图

screenshot

下载FindAllLinks扩展crx文件

下载FindAllLinks扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This tool helps you find URLS and API endpoints embeded in js files and html content.                    

扩展基本信息

名称 FindAllLinks FindAllLinks
ID ecakpoecmehpjhpgfndlkhahedcembki
官方URL 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"
}