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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tab Manager Plus และคุณลักษณะหลักของมันคือ "Export all links and image links from the current page to Excel or JSON format."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Copy all links and image links to CSV or JSON

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
    }
}