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 là gì?

Copy all links and image links to CSV or JSON là một tiện ích mở rộng Chrome được phát triển bởi Tab Manager Plus, và tính năng chính của nó là "Export all links and image links from the current page to Excel or JSON format.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Copy all links and image links to CSV or JSON

Tải xuống các tệp mở rộng Copy all links and image links to CSV or JSON dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Copy all links and image links to CSV or JSON Copy all links and image links to CSV or JSON
ID ccddopnnikeeoogpfbnfommfoeliaidg
URL Chính Thức https://chromewebstore.google.com/detail/copy-all-links-and-image/ccddopnnikeeoogpfbnfommfoeliaidg
Mô tả Export all links and image links from the current page to Excel or JSON format.
Kích Thước Tệp 168 KB
Số Lần Cài Đặt 3,900
Phiên Bản Hiện Tại 1
Cập Nhật Lần Cuối 2018-05-10
Ngày Phát Hành 2018-05-09
Đánh Giá 4.23/5 Tổng số 13 Đánh Giá
Nhà Phát Triển Tab Manager Plus
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://github.com/stefanXO/Tab-Manager-Plus/blob/master/PRIVACY.md
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}