SUPER SPIDER
获取页面坐标,生成十字交叉线,方便开发时校准元素对齐
What is SUPER SPIDER?
SUPER SPIDER is a Chrome extension developed by missile, and its main feature is "获取页面坐标,生成十字交叉线,方便开发时校准元素对齐".
Extension Screenshots
Download SUPER SPIDER Extension CRX File
Download SUPER SPIDER 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
前端开发的时候,有时候会校验元素对齐,这个十字交叉线可以方便开发者进行校准
Extension Basic Information
Name | SUPER SPIDER |
ID | npbcfkpeigadhadahdbpipdenajceafm |
Official URL | https://chromewebstore.google.com/detail/super-spider/npbcfkpeigadhadahdbpipdenajceafm |
Description | 获取页面坐标,生成十字交叉线,方便开发时校准元素对齐 |
File Size | 104 KB |
Installation Count | 26 |
Current Version | 0.0.1 |
Last Updated | 2020-12-05 |
Publish Date | 2015-01-08 |
Developer | missile |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SUPER SPIDER", "short_name": "\u8d85\u7ea7\u72d9\u51fb\u624b", "description": "\u83b7\u53d6\u9875\u9762\u5750\u6807\uff0c\u751f\u6210\u5341\u5b57\u4ea4\u53c9\u7ebf\uff0c\u65b9\u4fbf\u5f00\u53d1\u65f6\u6821\u51c6\u5143\u7d20\u5bf9\u9f50", "version": "0.0.1", "manifest_version": 2, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_icon": { "19": "images\/icon-48.png" }, "default_popup": "popup.html", "default_title": "SUPER SPIDER" }, "content_scripts": [ { "matches": [ " |