Link Parser
Parse href links from any web page
什么是Link Parser?
Link Parser是由sh1m423开发的Chrome扩展程序,该扩展的主要功能是“Parse href links from any web page”。
扩展截图
下载Link Parser扩展crx文件
下载Link Parser扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Link parser allows extracting href links with a given prefix from any web page in one click. It helps to reduce manual work when multiple routine actions are needed. 扩展基本信息
| 名称 | |
| ID | cccbglaaelcpileeeladhmafobllkfeb |
| 官方URL | https://chromewebstore.google.com/detail/link-parser/cccbglaaelcpileeeladhmafobllkfeb |
| 简介 | Parse href links from any web page |
| 文件大小 | 36.16 KB |
| 安装次数 | 129 |
| 当前版本 | 1.0.1 |
| 更新时间 | 2022-10-12 |
| 上架时间 | 2022-10-12 |
| 开发者 | sh1m423 |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Link Parser",
"version": "1.0.1",
"description": "Parse href links from any web page",
"manifest_version": 3,
"permissions": [
"activeTab",
"storage",
"scripting"
],
"action": {
"default_popup": "popup.html"
},
"icons": {
"16": "link-parser-icon-16.png",
"32": "link-parser-icon-32.png",
"64": "link-parser-icon-48.png",
"128": "link-parser-icon-128.png"
}
} | |