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ファイルをダウンロード

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.                    

拡張機能の基本情報

名前 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
Eメール [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'"
}