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文件

下载TagSpaces Web Clipper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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