TagSpaces Web Clipper

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

Τι είναι το TagSpaces Web Clipper;

Το TagSpaces Web Clipper είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.tagspaces.org, και η κύρια λειτουργία του είναι "Collect web pages, places, screenshots, PDF-documents and bookmarks as plain local files.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης TagSpaces Web Clipper

Λήψη αρχείων επέκτασης 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"
}