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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Collect web pages, places, screenshots, PDF-documents and bookmarks as plain local files."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में TagSpaces Web Clipper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}