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.
擴展基本資訊
名稱 | Unicorn Revealer |
ID | lmlkphhdlngaicolpmaakfmhplagoaln |
官方網址 | 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" ] } |