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”。
扩展截图
下载Html Scan扩展crx文件
下载Html Scan扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        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.                     扩展基本信息
| 名称 |   |  
| 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'"
}  |  |