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.
Qu'est-ce que Unicorn Revealer ?
Unicorn Revealer est une extension Chrome développée par https://dehlin.dev, et sa fonction principale est "Do you have overflow on your website and want to try find it. Sparkle some 🦄🌈on your website and find where it is.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Unicorn Revealer
Téléchargez les fichiers d'extension Unicorn Revealer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Unicorn Revealer |
ID | lmlkphhdlngaicolpmaakfmhplagoaln |
URL Officiel | 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. |
Taille du Fichier | 59.41 KB |
Nombre d'Installations | 722 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2019-11-08 |
Date de Publication | 2019-11-07 |
Évaluation | 4.94/5 Total 18 Évaluations |
Développeur | https://dehlin.dev |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.dehlin.dev |
URL de la Page de Politique de Confidentialité | https://www.dehlin.dev |
Langues Prises en Charge | 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" ] } |