SelectorGadget
Easy, powerful CSS Selector generation.
SelectorGadgetとは何ですか?
SelectorGadgetはhttps://selectorgadget.comによって開発されたChromeの拡張機能で、その主な機能は「Easy, powerful CSS Selector generation.」です。
拡張機能のスクリーンショット
SelectorGadget拡張機能のCRXファイルをダウンロード
SelectorGadget拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Selector Gadget is an open source Chrome Extension that makes CSS selector generation and discovery on complicated sites a breeze. After having installed the extension, go to any page and launch it. A box will open in the bottom right of the website. Click on a page element that you would like your selector to match (it will turn green). SelectorGadget will then generate a minimal CSS selector for that element, and will highlight (yellow) everything that is matched by the selector. Now click on a highlighted element to remove it from the selector (red), or click on an unhighlighted element to add it to the selector. Through this process of selection and rejection, SelectorGadget helps you come up with the perfect CSS selector for your needs. There is a tutorial video and a bookmarklet version available at https://selectorgadget.com
拡張機能の基本情報
名前 | SelectorGadget |
ID | mhjhnkcfbdhnjickkkdbjoemdmbfginb |
公式URL | https://chromewebstore.google.com/detail/selectorgadget/mhjhnkcfbdhnjickkkdbjoemdmbfginb |
説明 | Easy, powerful CSS Selector generation. |
ファイルサイズ | 86.66 KB |
インストール数 | 202,700 |
現在のバージョン | 1.2.0 |
最終更新日 | 2022-08-03 |
公開日 | 2020-05-18 |
評価 | 4.51/5 合計 105 レビュー |
開発者 | https://selectorgadget.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://selectorgadget.com |
ヘルプページのURL | https://github.com/cantino/selectorgadget |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "icons": { "16": "icons\/16x16.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "name": "SelectorGadget", "homepage_url": "http:\/\/selectorgadget.com", "description": "Easy, powerful CSS Selector generation.", "version": "1.2.0", "permissions": [ "scripting" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_icon": { "19": "icons\/action19x19.png", "38": "icons\/action38x38.png" }, "default_title": "SelectorGadget" } } |