Laser Eyes
Outline every element on your website with the help of Laser Eyes
Laser Eyesとは何ですか?
Laser Eyesはhttps://layerworks.comによって開発されたChromeの拡張機能で、その主な機能は「Outline every element on your website with the help of Laser Eyes」です。
拡張機能のスクリーンショット
Laser Eyes拡張機能のCRXファイルをダウンロード
Laser Eyes拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
An extension that aids Front-end Developers by visualizing elements in the DOM. Activating Laser Eyes will inject custom CSS onto the current tab, allowing developers to see how elements align and stack up. By using the CSS "outline" property, as opposed to "border", the elements won't grow in size and the original alignment is preserved. The CSS that Laser Eyes injects is customizable and synced across multiple browsers.
拡張機能の基本情報
名前 | Laser Eyes |
ID | kfpknakmpilhdaoiecgelegmbadacmod |
公式URL | https://chromewebstore.google.com/detail/laser-eyes/kfpknakmpilhdaoiecgelegmbadacmod |
説明 | Outline every element on your website with the help of Laser Eyes |
ファイルサイズ | 28.72 KB |
インストール数 | 295 |
現在のバージョン | 1.0 |
最終更新日 | 2022-02-24 |
公開日 | 2022-02-24 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://layerworks.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/dthunziker/laser-eyes |
ヘルプページのURL | https://github.com/dthunziker/laser-eyes |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Laser Eyes", "description": "Outline every element on your website with the help of Laser Eyes", "version": "1.0", "manifest_version": 3, "icons": { "16": "img\/16.png", "32": "img\/32.png", "48": "img\/48.png", "128": "img\/128.png" }, "action": { "default_icon": { "16": "img\/16.png", "32": "img\/32.png", "48": "img\/48.png", "128": "img\/128.png" } }, "background": { "service_worker": "js\/background.js" }, "options_page": "options.html", "permissions": [ "storage", "activeTab", "scripting" ] } |