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.”。
扩展截图
下载Unicorn Revealer扩展crx文件
下载Unicorn Revealer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| 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"
]
} | |