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.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة JS Selector

قم بتنزيل ملفات الامتداد JS Selector بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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 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
عنوان صفحة سياسة الخصوصية 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": [
                ""
            ],
            "js": [
                "src\/inject\/listener.js"
            ],
            "run_at": "document_start"
        }
    ]
}