SUPER SPIDER

获取页面坐标,生成十字交叉线,方便开发时校准元素对齐

SUPER SPIDER란 무엇입니까?

SUPER SPIDER은(는) missile에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "获取页面坐标,生成十字交叉线,方便开发时校准元素对齐"입니다.

확장 프로그램 스크린샷

screenshot

SUPER SPIDER 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        前端开发的时候,有时候会校验元素对齐,这个十字交叉线可以方便开发者进行校准                    

확장 프로그램 기본 정보

이름 SUPER SPIDER SUPER SPIDER
ID npbcfkpeigadhadahdbpipdenajceafm
공식 URL https://chromewebstore.google.com/detail/super-spider/npbcfkpeigadhadahdbpipdenajceafm
설명 获取页面坐标,生成十字交叉线,方便开发时校准元素对齐
파일 크기 104 KB
설치 횟수 26
현재 버전 0.0.1
최근 업데이트 2020-12-05
출시 날짜 2015-01-08
개발자 missile
이메일 [email protected]
결제 유형 free
지원되는 언어 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": [
                ""
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+L"
            }
        }
    },
    "icons": {
        "128": "images\/icon-128.png",
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'"
}