Copy all links and image links to CSV or JSON
Export all links and image links from the current page to Excel or JSON format.
什么是Copy all links and image links to CSV or JSON?
Copy all links and image links to CSV or JSON是由Tab Manager Plus开发的Chrome扩展程序,该扩展的主要功能是“Export all links and image links from the current page to Excel or JSON format.”。
扩展截图
下载Copy all links and image links to CSV or JSON扩展crx文件
下载Copy all links and image links to CSV or JSON扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
If you want to save all links on a website quickly, then this extension is right for you. You can also save all links to images. Save both conveniently to CSV or JSON. CSV files are good for working on these link sheets in Excel. JSON files are great for programmatic loading - one of the widely used data formats used by developers. Please enjoy this free extension!
扩展基本信息
名称 | Copy all links and image links to CSV or JSON |
ID | ccddopnnikeeoogpfbnfommfoeliaidg |
官方URL | https://chromewebstore.google.com/detail/copy-all-links-and-image/ccddopnnikeeoogpfbnfommfoeliaidg |
简介 | Export all links and image links from the current page to Excel or JSON format. |
文件大小 | 168 KB |
安装次数 | 3,900 |
当前版本 | 1 |
更新时间 | 2018-05-10 |
上架时间 | 2018-05-09 |
评分 | 4.23/5 共13次评分 |
开发者 | Tab Manager Plus |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://github.com/stefanXO/Tab-Manager-Plus/blob/master/PRIVACY.md |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Copy all links and image links to CSV or JSON", "short_name": "Copy Links to CSV\/JSON", "version": "1", "manifest_version": 2, "description": "Export all links and image links from the current page to Excel or JSON format.", "author": "stefanXO", "icons": { "512": "images\/sort.png" }, "permissions": [ "activeTab", "downloads" ], "browser_action": { "default_icon": { "512": "images\/sort.png" }, "default_popup": "popup.html" } } |