WordsAtScale Outline Extractor
WordsAtScale Outline Extractor allows to copy the H1-H2-H3 headings of each visited url.
什么是WordsAtScale Outline Extractor?
WordsAtScale Outline Extractor是由WordsAtScale YT Channel开发的Chrome扩展程序,该扩展的主要功能是“WordsAtScale Outline Extractor allows to copy the H1-H2-H3 headings of each visited url.”。
扩展截图
下载WordsAtScale Outline Extractor扩展crx文件
下载WordsAtScale Outline Extractor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
WordsAtScale Outline Extractor allows to copy the H1-H2-H3 headings of each visited url.
扩展基本信息
名称 | WordsAtScale Outline Extractor |
ID | lhckdlmklblgibimgkbjeplgfenjcpbn |
官方URL | https://chromewebstore.google.com/detail/wordsatscale-outline-extr/lhckdlmklblgibimgkbjeplgfenjcpbn |
简介 | WordsAtScale Outline Extractor allows to copy the H1-H2-H3 headings of each visited url. |
文件大小 | 11.52 KB |
安装次数 | 441 |
当前版本 | 0.0.1 |
更新时间 | 2023-01-09 |
上架时间 | 2023-01-08 |
评分 | 5.00/5 共1次评分 |
开发者 | WordsAtScale YT Channel |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "WordsAtScale Outline Extractor", "version": "0.0.1", "background": { "service_worker": "background.js" }, "action": { "default_title": "Click to copy h1, h2, h3" }, "icons": { "128": "icon.png" }, "permissions": [ "scripting" ], "host_permissions": [ "http:\/\/*\/", "https:\/\/*\/" ] } |