JS Selector
Create JavaScript and jQuery selectors with one click.
Apa itu JS Selector?
JS Selector adalah ekstensi Chrome yang dikembangkan oleh https://secret-share.com, dan fitur utamanya adalah "Create JavaScript and jQuery selectors with one click.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi JS Selector
Unduh file ekstensi JS Selector dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | JS Selector |
ID | mlcdhnofeolpdckggnbohdgpncchcmkk |
URL Resmi | https://chromewebstore.google.com/detail/js-selector/mlcdhnofeolpdckggnbohdgpncchcmkk |
Deskripsi | Create JavaScript and jQuery selectors with one click. |
Ukuran File | 1.71 MB |
Jumlah Instalasi | 424 |
Versi Saat Ini | 1.1.1 |
Terakhir Diperbarui | 2021-11-10 |
Tanggal Publikasi | 2020-09-06 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | https://secret-share.com |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://www.secret-share.com/privacy |
Bahasa yang Didukung | 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": [ " |