xTiles Web Clipper

Save interesting articles from the Internet in any of the available spaces with little effort.

Was ist xTiles Web Clipper?

xTiles Web Clipper ist eine Chrome-Erweiterung, die von https://xtiles.app entwickelt wurde, und ihr Hauptmerkmal ist "Save interesting articles from the Internet in any of the available spaces with little effort.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

xTiles Web Clipper-Erweiterungs-CRX-Datei herunterladen

Laden Sie xTiles Web Clipper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Use xTiles Web Clipper to instantly cut and save information from any web page for future reuse.
Save articles, web pages and screenshots directly to xTiles. All the content will always be at hand and in one place.
You can copy entire pages or just parts of them, without ads and other unnecessary information.                    

Grundlegende Informationen zur Erweiterung

Name xTiles Web Clipper xTiles Web Clipper
ID kkofobmbmgcdiepkdjgnffdlecjpekaj
Offizielle URL https://chromewebstore.google.com/detail/xtiles-web-clipper/kkofobmbmgcdiepkdjgnffdlecjpekaj
Beschreibung Save interesting articles from the Internet in any of the available spaces with little effort.
Dateigröße 6.74 MB
Installationsanzahl 4,728
Aktuelle Version 1.1.4
Letztes Update 2023-12-27
Veröffentlichungsdatum 2022-07-09
Bewertung 5.00/5 Insgesamt 8 Bewertungen
Entwickler https://xtiles.app
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://xtiles.app
Hilfeseite URL https://xtiles.app/en/web-clipper
URL der Datenschutzrichtlinien-Seite https://xtiles.app/en/privacypolicy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Save interesting articles from the Internet in any of the available spaces with little effort.",
    "version": "1.1.4",
    "manifest_version": 3,
    "name": "xTiles Web Clipper",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": [],
    "icons": {
        "128": "icon-128.png"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "fonts\/*.woff2",
                "fonts\/*.woff",
                "fonts\/*.eot",
                "fonts\/*.ttf"
            ],
            "matches": [
                ""
            ]
        }
    ]
}