IdFinder

It's unique chrome extension that get all id in a webpage and show them in a popup

IdFinder란 무엇입니까?

IdFinder은(는) VarP에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "It's unique chrome extension that get all id in a webpage and show them in a popup"입니다.

IdFinder 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        It's unique chrome extension that get id and show them in a popup.
Search all id in all webpages and if you click on id highlight a element of div.
Is thinked for a google tag manager.
Highlight in red all duplicated ids.

Is the same for all classes. Try to change tab.                    

확장 프로그램 기본 정보

이름 IdFinder IdFinder
ID hjnnbkbfciocofgmbkmdgbldbkfabcdc
공식 URL https://chrome.google.com/webstore/detail/hjnnbkbfciocofgmbkmdgbldbkfabcdc
설명 It's unique chrome extension that get all id in a webpage and show them in a popup
파일 크기 859 KB
설치 횟수 47
현재 버전 1.8
최근 업데이트 2017-05-22
출시 날짜 2017-05-22
평점 4.50/5 총 4 개의 평점
개발자 VarP
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://pasqualedelucia.netsons.org
도움말 페이지 URL http://pasqualedelucia.netsons.org
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IdFinder",
    "version": "1.8",
    "manifest_version": 2,
    "description": "It's unique chrome extension that get all id in a webpage and show them in a popup",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.2.1.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        ""
    ]
}