CSS Selector

Quick, Easy, powerful CSS Selector generation.

CSS Selectorคืออะไร?

CSS Selector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Cool and Fun Software และคุณลักษณะหลักของมันคือ "Quick, Easy, powerful CSS Selector generation."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CSS Selector

ดาวน์โหลดไฟล์ส่วนขยาย CSS Selector ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension makes finding the right CSS selector on a web page much quicker and easier than digging through the HTML.

1) Install this extension to your chrome browser.

2) Inspect an element on your page or select an element on the "Elements" page of the Chrome Browser Dev tools.

3) Navigate to the "CSS Selector" tab on the sidebar of the "Elements" page of the Dev tools.

4) When you have found your CSS selector, click the button to copy the complete and properly formatted selector.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ CSS Selector CSS Selector
ID dobcgekgcmhjmfahepgbpmiaejlpaalc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/css-selector/dobcgekgcmhjmfahepgbpmiaejlpaalc
คำอธิบาย Quick, Easy, powerful CSS Selector generation.
ขนาดไฟล์ 73.43 KB
จำนวนการติดตั้ง 12,287
เวอร์ชันปัจจุบัน 3.0.0
อัปเดตครั้งล่าสุด 2022-04-05
วันที่เผยแพร่ 2020-07-29
คะแนน 2.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Cool and Fun Software
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "\/js\/background.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "19": "icons\/action19x19.png",
            "38": "icons\/action38x38.png"
        },
        "default_title": "CSS Selector Gadget"
    },
    "container": [
        "GOOGLE_DRIVE"
    ],
    "default_locale": "en",
    "description": "__MSG_AppDesc__",
    "icons": {
        "128": "icons\/128x128.png",
        "16": "icons\/16x16.png",
        "48": "icons\/48x48.png"
    },
    "manifest_version": 3,
    "name": "__MSG_AppName__",
    "offline_enabled": true,
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "version": "3.0.0",
    "homepage_url": "https:\/\/css-selector-gadget.dllplayer.com"
}