HEX – Heading extractor
Simply extract and copy all h2 and h3 headings from the current tab.
什么是HEX – Heading extractor?
HEX – Heading extractor是由flgzn开发的Chrome扩展程序,该扩展的主要功能是“Simply extract and copy all h2 and h3 headings from the current tab.”。
扩展截图
下载HEX – Heading extractor扩展crx文件
下载HEX – Heading extractor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
With HEX you no longer need to copy & paste headings while doing SEO research. Extract all h2 and h3 headings from the current tab and copy to clipboard with just one click.
扩展基本信息
名称 | HEX – Heading extractor |
ID | foonnjgdldfnhfplmfnmpooccafkglkl |
官方URL | https://chromewebstore.google.com/detail/hex-%E2%80%93-heading-extractor/foonnjgdldfnhfplmfnmpooccafkglkl |
简介 | Simply extract and copy all h2 and h3 headings from the current tab. |
文件大小 | 22.78 KB |
安装次数 | 429 |
当前版本 | 1.0.1 |
更新时间 | 2023-01-27 |
上架时间 | 2023-01-23 |
评分 | 5.00/5 共2次评分 |
开发者 | flgzn |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "HEX \u2013 Heading extractor", "version": "1.0.1", "description": "Simply extract and copy all h2 and h3 headings from the current tab.", "manifest_version": 3, "author": "Florian Goertzen", "action": { "default_popup": "popup.html", "default_title": "Heading extractor (h2, h3)" }, "icons": { "16": "heading-extractor-16.png", "48": "heading-extractor-48.png", "128": "heading-extractor-128.png" }, "permissions": [ "activeTab", "scripting", "clipboardWrite" ] } |