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 |
| 官方網址 | 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'"
} | |