Inspector on acids

Inspect the page, choose what you need to inspect

Inspector on acids란 무엇입니까?

Inspector on acids은(는) deafhoog에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Inspect the page, choose what you need to inspect"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Inspector on acids 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Inspect the page in an easier way. Inspector on acids allows you to inspect the css properties of any HTML element and display them into a tooltip that follows the movement of your mouse.
You can customise the properties displayed and add or remove the highlight on the selected element from the options page.

How to use:
Click on the Inspector on acids icon
Move the mouse over the page
To disable just press the ESC key or click on the icon again

How to customise the properties in the tooltip:
Right click on the plugin icon --> options

for any bug/suggestion/feedback please feel free to contact me
[email protected]

changelog:
[0.0.1.6] - 28/03/2022
. bugfix on the options page

[0.0.1.5] - 17/11/2021
. system default theme optimization
. options page labels

[0.0.1.4] - 13/10/2021
. dev: automatic theme detection opt

[0.0.1.3] - 11/10/2021
. user: automatic theme detection
. user: added element size

[0.0.1.2] - 10/10/2021
. user: added keyboard shortcuts configuration
. user: added a quick tip to the option page about the keyboard shortcuts
. dev: node sass migrated to dart sass. removed autoprefixer                    

확장 프로그램 기본 정보

이름 Inspector on acids Inspector on acids
ID cponfpbdndcmnnepfncmkabjpmphncbc
공식 URL https://chromewebstore.google.com/detail/inspector-on-acids/cponfpbdndcmnnepfncmkabjpmphncbc
설명 Inspect the page, choose what you need to inspect
파일 크기 81.17 KB
설치 횟수 63
현재 버전 0.0.1.6
최근 업데이트 2022-03-29
출시 날짜 2021-05-17
평점 5.00/5 총 4 개의 평점
개발자 deafhoog
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/federicopasquarelli
도움말 페이지 URL https://github.com/federicopasquarelli
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Inspector on acids",
    "action": [],
    "manifest_version": 3,
    "version": "0.0.1.6",
    "description": "Inspect the page, choose what you need to inspect",
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "css\/light.css",
                "css\/dark.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "options_page": "options.html",
    "icons": {
        "128": "\/icons\/icon128.png"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+U"
            }
        }
    }
}