JS Selector

Create JavaScript and jQuery selectors with one click.

Cos'è JS Selector?

JS Selector è un'estensione di Chrome sviluppata da https://secret-share.com, e la sua funzione principale è "Create JavaScript and jQuery selectors with one click.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione JS Selector

Scarica i file di estensione JS Selector in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome JS Selector JS Selector
ID mlcdhnofeolpdckggnbohdgpncchcmkk
URL Ufficiale https://chromewebstore.google.com/detail/js-selector/mlcdhnofeolpdckggnbohdgpncchcmkk
Descrizione Create JavaScript and jQuery selectors with one click.
Dimensione del File 1.71 MB
Conteggio Installazioni 424
Versione Corrente 1.1.1
Ultimo Aggiornamento 2021-11-10
Data di Pubblicazione 2020-09-06
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://secret-share.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.secret-share.com/privacy
Lingue Supportate 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"
        }
    ]
}