Spider Devtools
spider dev tools
What is Spider Devtools?
Spider Devtools is a Chrome extension developed by fangtiansheng, and its main feature is "spider dev tools".
Extension Screenshots
Download Spider Devtools Extension CRX File
Download Spider Devtools extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Spider Devtools |
ID | bdmafhojphemhoeiiklcibmcejfdgfni |
Official URL | https://chromewebstore.google.com/detail/spider-devtools/bdmafhojphemhoeiiklcibmcejfdgfni |
Description | spider dev tools |
File Size | 580 KB |
Installation Count | 21 |
Current Version | 1.2.2 |
Last Updated | 2021-12-20 |
Publish Date | 2020-10-26 |
Rating | 5.00/5 Total 1 Ratings |
Developer | fangtiansheng |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/sigai/spiderDevTools |
Help Page URL | https://github.com/sigai/spiderDevTools/issues |
Supported Languages | 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": [ " |