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 là gì?

Unicorn Revealer là một tiện ích mở rộng Chrome được phát triển bởi https://dehlin.dev, và tính năng chính của nó là "Do you have overflow on your website and want to try find it. Sparkle some 🦄🌈on your website and find where it is.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Unicorn Revealer

Tải xuống các tệp mở rộng Unicorn Revealer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Unicorn Revealer Unicorn Revealer
ID lmlkphhdlngaicolpmaakfmhplagoaln
URL Chính Thức https://chromewebstore.google.com/detail/unicorn-revealer/lmlkphhdlngaicolpmaakfmhplagoaln
Mô tả Do you have overflow on your website and want to try find it. Sparkle some 🦄🌈on your website and find where it is.
Kích Thước Tệp 59.41 KB
Số Lần Cài Đặt 722
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2019-11-08
Ngày Phát Hành 2019-11-07
Đánh Giá 4.94/5 Tổng số 18 Đánh Giá
Nhà Phát Triển https://dehlin.dev
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.dehlin.dev
URL Trang Chính Sách Bảo Mật https://www.dehlin.dev
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}