CSS Selector Selector
Build CSS selector for any element. Intended for use with Selenium, but works very well for building CSS or jQuery selectors
Qu'est-ce que CSS Selector Selector ?
CSS Selector Selector est une extension Chrome développée par 91dave, et sa fonction principale est "Build CSS selector for any element. Intended for use with Selenium, but works very well for building CSS or jQuery selectors".
Télécharger le fichier CRX de l'extension CSS Selector Selector
Téléchargez les fichiers d'extension CSS Selector Selector 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
Hit Alt+Q to activate the extension. Informations de Base sur l'Extension
| Nom | |
| ID | geclddjihhoihkcfcjpfhgaflodbemeo |
| URL Officiel | https://chrome.google.com/webstore/detail/css-selector-selector/geclddjihhoihkcfcjpfhgaflodbemeo |
| Description | Build CSS selector for any element. Intended for use with Selenium, but works very well for building CSS or jQuery selectors |
| Taille du Fichier | 42.72 KB |
| Nombre d'Installations | 45 |
| Version Actuelle | 0.4 |
| Dernière Mise à Jour | 2016-02-25 |
| Date de Publication | 2016-02-25 |
| Évaluation | 1.00/5 Total 2 Évaluations |
| Développeur | 91dave |
| Type de Paiement | free |
| Langues Prises en Charge | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"content_scripts": [
{
"css": [
"sss.css"
],
"js": [
"jquery-1.7.1.min.js",
"sss.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"description": "Build CSS selector for any element. Intended for use with Selenium, but works very well for building CSS or jQuery selectors",
"icons": {
"48": "pointer.png"
},
"manifest_version": 2,
"name": "CSS Selector Selector",
"version": "0.4"
} | |