Looksee
Add borders or shaders to your webpage on the fly. No need to write debug markup to fix layout components.
Lookseeとは何ですか?
LookseeはCullan Lutherによって開発されたChromeの拡張機能で、その主な機能は「Add borders or shaders to your webpage on the fly. No need to write debug markup to fix layout components.」です。
拡張機能のスクリーンショット
Looksee拡張機能のCRXファイルをダウンロード
Looksee拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension provides quick borders or shaders to any element on the page. The text field uses jQuery's anything selector or "sizzle selector library" to easily traverse the dom. Works with your local server. Looksee is built to not affect your layout in anyway. If it does please contact me via the support link below. Examples: - Typing div into the input field will add a border to every div on the active tab - Typing * will add border to everything in the html document - Typing p, h3, div > span will add a border to all p tags, h3 tags, and spans inside of divs Support: I would like to make this extension great so please let me know if you find a bug by heading over to the github page https://github.com/Blumed/looksee/issues * After the first time you install this extension be sure to reload the desired page first, or just open up a new page and go to town *
拡張機能の基本情報
名前 | Looksee |
ID | mbfdhnjobheppodaolenppfegicnhmhp |
公式URL | https://chromewebstore.google.com/detail/looksee/mbfdhnjobheppodaolenppfegicnhmhp |
説明 | Add borders or shaders to your webpage on the fly. No need to write debug markup to fix layout components. |
ファイルサイズ | 45.51 KB |
インストール数 | 588 |
現在のバージョン | 1.5.5 |
最終更新日 | 2021-11-11 |
公開日 | 2018-01-31 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | Cullan Luther |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://cullanluther.com |
ヘルプページのURL | https://github.com/Blumed/looksee/support |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Looksee", "description": "Add borders or shaders to your webpage on the fly. No need to write debug markup to fix layout components.", "default_locale": "en", "version": "1.5.5", "offline_enabled": true, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "tabs", " |