WordsAtScale Outline Extractor
WordsAtScale Outline Extractor ver. 2 contains new and improved features, such as: - ability to copy H1, H2, H3 and H4 of any…
什么是WordsAtScale Outline Extractor?
WordsAtScale Outline Extractor是由WordsAtScale YT Channel开发的Chrome扩展程序,该扩展的主要功能是“WordsAtScale Outline Extractor ver. 2 contains new and improved features, such as: - ability to copy H1, H2, H3 and H4 of any…”。
扩展截图
下载WordsAtScale Outline Extractor扩展crx文件
下载WordsAtScale Outline Extractor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
WordsAtScale Outline Extractor ver. 2 contains new and improved features, such as:
- ability to copy H1, H2, H3 and H4 of any given URL
- word count of the URL
- most used words and phrases
- target url is displayed upon copying 扩展基本信息
| 名称 | |
| ID | ebohophjljpcoimkpgkjmfanikncoela |
| 官方URL | https://chromewebstore.google.com/detail/wordsatscale-outline-extr/ebohophjljpcoimkpgkjmfanikncoela |
| 简介 | WordsAtScale Outline Extractor ver. 2 contains new and improved features, such as: - ability to copy H1, H2, H3 and H4 of any… |
| 文件大小 | 15.62 KB |
| 安装次数 | 1,433 |
| 当前版本 | 2.0.3 |
| 更新时间 | 2023-01-28 |
| 上架时间 | 2023-01-15 |
| 评分 | 5.00/5 共4次评分 |
| 开发者 | WordsAtScale YT Channel |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://wordsatscale.com/tools |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "WordsAtScale Outline Extractor",
"version": "2.0.3",
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "Click to copy h1, h2, h3, h4",
"default_popup": "public\/index.html"
},
"icons": {
"128": "icon.png"
},
"permissions": [
"scripting",
"storage"
],
"host_permissions": [
"http:\/\/*\/",
"https:\/\/*\/"
]
} | |