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 |
官方網址 | 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" } } |