JS Selector

Create JavaScript and jQuery selectors with one click.

Wat is JS Selector?

JS Selector is een Chrome-extensie ontwikkeld door https://secret-share.com, en de belangrijkste functie is "Create JavaScript and jQuery selectors with one click.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie JS Selector

Download JS Selector-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam JS Selector JS Selector
ID mlcdhnofeolpdckggnbohdgpncchcmkk
Officiële URL https://chromewebstore.google.com/detail/js-selector/mlcdhnofeolpdckggnbohdgpncchcmkk
Beschrijving Create JavaScript and jQuery selectors with one click.
Bestandsgrootte 1.71 MB
Aantal Installaties 424
Huidige Versie 1.1.1
Laatst Bijgewerkt 2021-11-10
Publicatiedatum 2020-09-06
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://secret-share.com
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.secret-share.com/privacy
Ondersteunde Talen 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"
        }
    ]
}