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.
What is Unicorn Revealer?
Unicorn Revealer is a Chrome extension developed by https://dehlin.dev, and its main feature is "Do you have overflow on your website and want to try find it. Sparkle some 🦄🌈on your website and find where it is.".
Extension Screenshots
Download Unicorn Revealer Extension CRX File
Download Unicorn Revealer 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
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.
Extension Basic Information
Name | Unicorn Revealer |
ID | lmlkphhdlngaicolpmaakfmhplagoaln |
Official URL | https://chromewebstore.google.com/detail/unicorn-revealer/lmlkphhdlngaicolpmaakfmhplagoaln |
Description | Do you have overflow on your website and want to try find it. Sparkle some 🦄🌈on your website and find where it is. |
File Size | 59.41 KB |
Installation Count | 722 |
Current Version | 1.0.0 |
Last Updated | 2019-11-08 |
Publish Date | 2019-11-07 |
Rating | 4.94/5 Total 18 Ratings |
Developer | https://dehlin.dev |
[email protected] | |
Payment Type | free |
Extension Website | https://www.dehlin.dev |
Privacy Policy Page URL | https://www.dehlin.dev |
Supported Languages | 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" ] } |