TagSpaces Web Clipper

Collect web pages, places, screenshots, PDF-documents and bookmarks as plain local files.

TagSpaces Web Clipper란 무엇입니까?

TagSpaces Web Clipper은(는) https://www.tagspaces.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Collect web pages, places, screenshots, PDF-documents and bookmarks as plain local files."입니다.

확장 프로그램 스크린샷

screenshot

TagSpaces Web Clipper 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        What is TagSpaces?
- A web content scraper, capturing the content as local file in HTML and MHTML file formats or taking a screenshot of the visible tab area in PNG format.

Key features:
- Saving the content of the current tab as MHTML file
- Saving the content of the current tab as HTML embedding the references images
- Saving the content of the current selection as HTML embedding the references images
- Taking a screenshot of the current tab as PNG file

TagSpaces is available for free as desktop application for Windows, Mac OS X, Linux and also as Firefox Addon. There are also free Android and iOS apps.                    

확장 프로그램 기본 정보

이름 TagSpaces Web Clipper TagSpaces Web Clipper
ID ldalmgifdlgpiiadeccbcjojljeanhjk
공식 URL https://chromewebstore.google.com/detail/tagspaces-web-clipper/ldalmgifdlgpiiadeccbcjojljeanhjk
설명 Collect web pages, places, screenshots, PDF-documents and bookmarks as plain local files.
파일 크기 517 KB
설치 횟수 7,657
현재 버전 3.1.9
최근 업데이트 2022-03-14
출시 날짜 2020-05-01
평점 4.03/5 총 35 개의 평점
개발자 https://www.tagspaces.org
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.tagspaces.org/products/webclipper/
지원되는 언어 en,en-US,fr,no,vi,tr,ca,es,it,hu,pl,pt-BR,pt-PT,sv,cs,el,sr,bg,ru,uk,fa,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "TagSpaces",
    "version": "3.1.9",
    "version_name": "3.1.9",
    "manifest_version": 2,
    "description": "__MSG_appDesc__",
    "permissions": [
        "",
        "pageCapture",
        "downloads",
        "activeTab",
        "storage"
    ],
    "default_locale": "en_US",
    "browser_action": {
        "default_icon": "images\/icon-128.png",
        "default_title": "__MSG_appLauncher__",
        "default_popup": "popup.html",
        "browser_style": true
    },
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "scripts": [
            "vendor\/browser-polyfill.js",
            "background.dist.js"
        ],
        "persistent": false
    },
    "commands": {
        "_execute_browser_action": {
            "description": "Save page",
            "suggested_key": {
                "windows": "Ctrl+Shift+S",
                "mac": "Command+Shift+S",
                "chromeos": "Ctrl+Shift+S",
                "linux": "Ctrl+Shift+S"
            }
        }
    },
    "options_ui": {
        "page": "options.html"
    },
    "homepage_url": "https:\/\/www.tagspaces.org"
}