Html Scan

Scan and copy text, html markup on any websites

Html Scan란 무엇입니까?

Html Scan은(는) reactgo.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Scan and copy text, html markup on any websites"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Html Scan helps to copy html code, text  instantly in any webpages with one click.

- You can also view current html element width & height, font-family and font-size.

- You can copy entire page html code with one click.

- Change to text button helps to copy text instead of html code.

Very fast, No libraries used pure JavaScript.                    

확장 프로그램 기본 정보

이름 Html Scan Html Scan
ID jkkccmdilclkdkhkfdmcbdiagpibmpne
공식 URL https://chromewebstore.google.com/detail/html-scan/jkkccmdilclkdkhkfdmcbdiagpibmpne
설명 Scan and copy text, html markup on any websites
파일 크기 167 KB
설치 횟수 4,242
현재 버전 0.5.1
최근 업데이트 2020-02-03
출시 날짜 2020-02-01
평점 4.79/5 총 14 개의 평점
개발자 reactgo.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://reactgo.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Html Scan",
    "short_name": "Html Scan",
    "version": "0.5.1",
    "description": "Scan and copy text, html markup on any websites ",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "page": "ss.html"
    },
    "icons": {
        "16": "images\/16x16-logo.png",
        "48": "images\/48x48-icon.png",
        "128": "images\/128x128-icon.png"
    },
    "homepage_url": "https:\/\/reactgo.com",
    "browser_action": {
        "default_icon": "images\/16x16-logo.png",
        "default_title": "Html Scan"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}