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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Copy all links and image links to CSV or JSON 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}