FindAllLinks

Find paths in the html/js

FindAllLinksคืออะไร?

FindAllLinks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sicarius และคุณลักษณะหลักของมันคือ "Find paths in the html/js"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FindAllLinks

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}