JS Selector
Create JavaScript and jQuery selectors with one click.
JS Selectorคืออะไร?
JS Selector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://secret-share.com และคุณลักษณะหลักของมันคือ "Create JavaScript and jQuery selectors with one click."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย JS Selector
ดาวน์โหลดไฟล์ส่วนขยาย JS Selector ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | JS Selector |
ID | mlcdhnofeolpdckggnbohdgpncchcmkk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/js-selector/mlcdhnofeolpdckggnbohdgpncchcmkk |
คำอธิบาย | Create JavaScript and jQuery selectors with one click. |
ขนาดไฟล์ | 1.71 MB |
จำนวนการติดตั้ง | 424 |
เวอร์ชันปัจจุบัน | 1.1.1 |
อัปเดตครั้งล่าสุด | 2021-11-10 |
วันที่เผยแพร่ | 2020-09-06 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://secret-share.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://www.secret-share.com/privacy |
ภาษาที่รองรับ | 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": [ " |