Link Scraper
Scrape all the links on a web page
什么是Link Scraper?
Link Scraper是由Tim Finnigan开发的Chrome扩展程序,该扩展的主要功能是“Scrape all the links on a web page”。
扩展截图
下载Link Scraper扩展crx文件
下载Link Scraper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Simply click the extension icon to download a JSON file of all the links on a web page.
扩展基本信息
名称 | Link Scraper |
ID | apdmmebfdjlefbomdafjgbfjipjocdof |
官方URL | https://chromewebstore.google.com/detail/link-scraper/apdmmebfdjlefbomdafjgbfjipjocdof |
简介 | Scrape all the links on a web page |
文件大小 | 11.32 KB |
安装次数 | 1,137 |
当前版本 | 1.0.0 |
更新时间 | 2021-02-22 |
上架时间 | 2021-02-22 |
开发者 | Tim Finnigan |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Link Scraper", "description": "Scrape all the links on a web page", "version": "1.0.0", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon16.png" }, "permissions": [ "activeTab" ] } |