JS Selector

Create JavaScript and jQuery selectors with one click.

Qu'est-ce que JS Selector ?

JS Selector est une extension Chrome développée par https://secret-share.com, et sa fonction principale est "Create JavaScript and jQuery selectors with one click.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension JS Selector

Téléchargez les fichiers d'extension JS 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

                        You want easy copy and paste access to DOM elements with just one click? Well, you can stop searching, we got what you need! XPath Selector inserts a context menu to Google Chrome for easy access to this functionality. Just right click your element, choose your desired output format and get the selector right into your clipboard.

It's all that easy.                    

Informations de Base sur l'Extension

Nom JS Selector JS Selector
ID mlcdhnofeolpdckggnbohdgpncchcmkk
URL Officiel https://chromewebstore.google.com/detail/js-selector/mlcdhnofeolpdckggnbohdgpncchcmkk
Description Create JavaScript and jQuery selectors with one click.
Taille du Fichier 1.71 MB
Nombre d'Installations 424
Version Actuelle 1.1.1
Dernière Mise à Jour 2021-11-10
Date de Publication 2020-09-06
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://secret-share.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.secret-share.com/privacy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JS Selector",
    "description": "Create JavaScript and jQuery selectors with one click.",
    "version": "1.1.1",
    "manifest_version": 2,
    "homepage_url": "https:\/\/checkmytag.de",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "page_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "page action demo",
        "default_popup": "src\/page_action\/page_action.html"
    },
    "permissions": [
        "storage",
        "clipboardWrite",
        "contextMenus"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/inject\/listener.js"
            ],
            "run_at": "document_start"
        }
    ]
}