Text Extractor
Copy relevant text content from webpages
什么是Text Extractor?
Text Extractor是由https://businesssoluter.com开发的Chrome扩展程序,该扩展的主要功能是“Copy relevant text content from webpages”。
扩展截图
下载Text Extractor扩展crx文件
下载Text Extractor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Extract Body Text of any web page 扩展基本信息
| 名称 | |
| ID | agokeolklhaaflhfidpfmohicpolgjdd |
| 官方URL | https://chromewebstore.google.com/detail/text-extractor/agokeolklhaaflhfidpfmohicpolgjdd |
| 简介 | Copy relevant text content from webpages |
| 文件大小 | 17.61 KB |
| 安装次数 | 48 |
| 当前版本 | 1.0 |
| 更新时间 | 2023-05-24 |
| 上架时间 | 2023-05-24 |
| 开发者 | https://businesssoluter.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://backlinks.tools/ |
| 帮助页面URL | https://backlinks.tools/ |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Text Extractor",
"version": "1.0",
"description": "Copy relevant text content from webpages",
"permissions": [
"activeTab",
"clipboardWrite"
],
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
}
},
"background": {
"service_worker": "background.js"
},
"host_permissions": [
" | |