SelectorGadget
Easy, powerful CSS Selector generation.
Qu'est-ce que SelectorGadget ?
SelectorGadget est une extension Chrome développée par https://selectorgadget.com, et sa fonction principale est "Easy, powerful CSS Selector generation.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension SelectorGadget
Téléchargez les fichiers d'extension SelectorGadget au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | SelectorGadget |
ID | mhjhnkcfbdhnjickkkdbjoemdmbfginb |
URL Officiel | https://chromewebstore.google.com/detail/selectorgadget/mhjhnkcfbdhnjickkkdbjoemdmbfginb |
Description | Easy, powerful CSS Selector generation. |
Taille du Fichier | 86.66 KB |
Nombre d'Installations | 202,700 |
Version Actuelle | 1.2.0 |
Dernière Mise à Jour | 2022-08-03 |
Date de Publication | 2020-05-18 |
Évaluation | 4.51/5 Total 105 Évaluations |
Développeur | https://selectorgadget.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://selectorgadget.com |
URL de la Page d'Aide | https://github.com/cantino/selectorgadget |
Langues Prises en Charge | 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" } } |