CSS Selector

Quick, Easy, powerful CSS Selector generation.

什麼是CSS Selector?

CSS Selector是由Cool and Fun Software開發的Chrome擴展程式,該擴展的主要功能是“Quick, Easy, powerful CSS Selector generation.”。

擴展截圖

screenshot

下載CSS Selector擴展crx文件

下載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
官方網址 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"
}