devLens

A great tool which helps to locate the elements in the HTML webpage, useful for debugging and development

devLens란 무엇입니까?

devLens은(는) Maaz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A great tool which helps to locate the elements in the HTML webpage, useful for debugging and development"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Struggling with responsive web design issues and pesky CSS bugs?
With devLens, you can make sure the elements of your website are clear and mistake-free. 
You can quickly check out the structure of elements by using this handy tool. Adding devLens to Chrome serves as an extension/alternative to the existing Chrome developer tools.

★ Different Color for every tag
Highlight the tags which you want to search with a different color for each group of tags.

★ Custom box for choosing the desired color and tag
By pressing the Enter Key in the custom box, you can cycle through different material colors until you find the desired one. 

★ Offline webpage support
Whether you’re developing on a server or simply viewing a locally saved webpage, devLens works everywhere.

★ Open to ideas and features
This is the initial release of devLens and I am open to ideas, suggestions and feedback. If you think this tool is helpful for you, please leave a rating and review. I really appreciate it!

This project is open to contribution.
Find it on https://github.com/maazrk/devLens
 
By installing the extension, you agree that you will use it for development and wherever you want to use it.                    

확장 프로그램 기본 정보

이름 devLens devLens
ID kabdfmclplkabkflfbiakidanlcdfaji
공식 URL https://chrome.google.com/webstore/detail/devlens/kabdfmclplkabkflfbiakidanlcdfaji
설명 A great tool which helps to locate the elements in the HTML webpage, useful for debugging and development
파일 크기 33.01 KB
설치 횟수 234
현재 버전 0.0.2
최근 업데이트 2017-10-15
출시 날짜 2017-10-15
평점 5.00/5 총 1 개의 평점
개발자 Maaz
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "devLens",
    "description": "A great tool which helps to locate the elements in the HTML webpage, useful for debugging and development",
    "version": "0.0.2",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "file:\/\/\/*\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "Click to scan the page",
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}