Spider Devtools

spider dev tools

Cos'è Spider Devtools?

Spider Devtools è un'estensione di Chrome sviluppata da fangtiansheng, e la sua funzione principale è "spider dev tools".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Spider Devtools

Scarica i file di estensione Spider Devtools in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Spider Dev Tools

gather spider development tools:
1. cURL to python requests script
2. xpath helper https://github.com/google/xpaf

*for learning JavaScript,  rollback to 1.1.2 new function not work.                    

Informazioni di Base sull'Estensione

Nome Spider Devtools Spider Devtools
ID bdmafhojphemhoeiiklcibmcejfdgfni
URL Ufficiale https://chromewebstore.google.com/detail/spider-devtools/bdmafhojphemhoeiiklcibmcejfdgfni
Descrizione spider dev tools
Dimensione del File 580 KB
Conteggio Installazioni 21
Versione Corrente 1.2.2
Ultimo Aggiornamento 2021-12-20
Data di Pubblicazione 2020-10-26
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore fangtiansheng
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/sigai/spiderDevTools
URL della Pagina di Aiuto https://github.com/sigai/spiderDevTools/issues
Lingue Supportate en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Spider Devtools",
    "version": "1.2.2",
    "description": "spider dev tools",
    "icons": {
        "16": "img\/icon.png",
        "48": "img\/icon.png",
        "128": "img\/icon.png"
    },
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "38": "img\/icon.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "permissions": [],
    "web_accessible_resources": [
        "js\/inject.js",
        "js\/main.min.js",
        "js\/codemirror.js",
        "js\/python.js",
        "js\/autoTextarea.js",
        "js\/bar.js",
        "bar.html",
        "js\/background.js"
    ],
    "default_locale": "en",
    "devtools_page": "devtools.html"
}