CSS Selector Finder for Chrome Devtools
Generate CSS Selectors from the Chrome Devtools Elements Panel
Co je CSS Selector Finder for Chrome Devtools?
CSS Selector Finder for Chrome Devtools je rozšíření Chrome vyvinuté https://abbadata.com, a jeho hlavní funkcí je „Generate CSS Selectors from the Chrome Devtools Elements Panel“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření CSS Selector Finder for Chrome Devtools
Stáhněte si soubory rozšíření CSS Selector Finder for Chrome Devtools ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Easy to use Devtools sidebar that aids in finding unique CSS selectors. - Unique CSS selectors are continuously generated as the selection is changed in the Devtools Elements panel - Highly configurable. Settings can easily be changed interactively and results can be seen immediately. - Enable/Disable usage of IDs, Class names, and Tag names for selector generation - Filter out specific values of IDs, Class names, and Tag names - Use custom attribute names and attribute name/value pairs - Various settings to control robustness and optimization of selectors
Základní Informace o Rozšíření
Název | CSS Selector Finder for Chrome Devtools |
ID | mbeedbpphndkijipfcklhlgmoolapiml |
Oficiální URL | https://chromewebstore.google.com/detail/css-selector-finder-for-c/mbeedbpphndkijipfcklhlgmoolapiml |
Popis | Generate CSS Selectors from the Chrome Devtools Elements Panel |
Velikost souboru | 35.66 KB |
Počet instalací | 2,746 |
Aktuální Verze | 0.1 |
Poslední Aktualizace | 2020-06-23 |
Datum Vydání | 2020-06-23 |
Hodnocení | 3.67/5 Celkem 3 Hodnocení |
Vývojář | https://abbadata.com |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://abbadata.com/devtools_selector_finder.html |
URL Stránky Nápovědy | https://github.com/abbadata/devtools-css-selector |
Podporované Jazyky | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "CSS Selector Finder for Chrome Devtools", "name": "CSS Selector Finder for Chrome Devtools", "version": "0.1", "description": "Generate CSS Selectors from the Chrome Devtools Elements Panel", "manifest_version": 2, "devtools_page": "devtools.html", "background": { "scripts": [ "\/static\/js\/background\/background.js" ], "persistent": false }, "icons": { "16": "abba16.png", "48": "abba48.png", "128": "abba128.png" }, "content_scripts": [ { "matches": [ " |