Selector Path and xPath

This extension lets you find selector Path and xPath of clicked html element

Selector Path and xPathとは何ですか?

Selector Path and xPathはvivekgariによって開発されたChromeの拡張機能で、その主な機能は「This extension lets you find selector Path and xPath of clicked html element」です。

Selector Path and xPath拡張機能のCRXファイルをダウンロード

Selector Path and xPath拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension lets you find selector Path and xPath of clicked html element                    

拡張機能の基本情報

名前 Selector Path and xPath Selector Path and xPath
ID mkhipceidjnbpmjdgehkahdhgjmlmioe
公式URL https://chrome.google.com/webstore/detail/selector-path-and-xpath/mkhipceidjnbpmjdgehkahdhgjmlmioe
説明 This extension lets you find selector Path and xPath of clicked html element
ファイルサイズ 49.46 KB
インストール数 12
現在のバージョン 1.0
最終更新日 2017-01-25
公開日 2017-01-25
開発者 vivekgari
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Selector Path and xPath",
    "description": "This extension lets you find selector Path and xPath of clicked html element",
    "version": "1.0",
    "homepage_url": "http:\/\/vivekkumar11432.wordpress.com",
    "browser_action": {
        "default_icon": "favicon.png",
        "default_popup": "",
        "default_title": "xPath"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "scripts\/content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/; object-src 'self'"
}