Unicorn Revealer

Do you have overflow on your website and want to try find it. Sparkle some 🦄🌈on your website and find where it is.

Unicorn Revealer란 무엇입니까?

Unicorn Revealer은(는) https://dehlin.dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Do you have overflow on your website and want to try find it. Sparkle some 🦄🌈on your website and find where it is."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Unicorn Revealer 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        As a web developer it can be hard to inspect and find out where overlow is located. You can sprinke some 🦄🌈 on the website and it will turn all black and pink, this will show the borders and make it easier to debug. It is as simple as right click a website Sparkle it on once done right click and remove the sparkle.                    

확장 프로그램 기본 정보

이름 Unicorn Revealer Unicorn Revealer
ID lmlkphhdlngaicolpmaakfmhplagoaln
공식 URL https://chromewebstore.google.com/detail/unicorn-revealer/lmlkphhdlngaicolpmaakfmhplagoaln
설명 Do you have overflow on your website and want to try find it. Sparkle some 🦄🌈on your website and find where it is.
파일 크기 59.41 KB
설치 횟수 722
현재 버전 1.0.0
최근 업데이트 2019-11-08
출시 날짜 2019-11-07
평점 4.94/5 총 18 개의 평점
개발자 https://dehlin.dev
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.dehlin.dev
개인정보 보호 정책 페이지 URL https://www.dehlin.dev
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Unicorn Revealer",
    "description": "Do you have overflow on your website and want to try find it. Sparkle some \ud83e\udd84\ud83c\udf08on your website and find where it is.",
    "version": "1.0.0",
    "icons": {
        "128": "assets\/images\/icon-128.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "assets\/js\/background.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "activeTab"
    ]
}