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.
Was ist Unicorn Revealer?
Unicorn Revealer ist eine Chrome-Erweiterung, die von https://dehlin.dev entwickelt wurde, und ihr Hauptmerkmal ist "Do you have overflow on your website and want to try find it. Sparkle some 🦄🌈on your website and find where it is.".
Erweiterungsscreenshots
Unicorn Revealer-Erweiterungs-CRX-Datei herunterladen
Laden Sie Unicorn Revealer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | lmlkphhdlngaicolpmaakfmhplagoaln |
| Offizielle URL | https://chromewebstore.google.com/detail/unicorn-revealer/lmlkphhdlngaicolpmaakfmhplagoaln |
| Beschreibung | Do you have overflow on your website and want to try find it. Sparkle some 🦄🌈on your website and find where it is. |
| Dateigröße | 59.41 KB |
| Installationsanzahl | 722 |
| Aktuelle Version | 1.0.0 |
| Letztes Update | 2019-11-08 |
| Veröffentlichungsdatum | 2019-11-07 |
| Bewertung | 4.94/5 Insgesamt 18 Bewertungen |
| Entwickler | https://dehlin.dev |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://www.dehlin.dev |
| URL der Datenschutzrichtlinien-Seite | https://www.dehlin.dev |
| Unterstützte Sprachen | 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"
]
} | |