xTiles Web Clipper

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

Wat is xTiles Web Clipper?

xTiles Web Clipper is een Chrome-extensie ontwikkeld door https://xtiles.app, en de belangrijkste functie is "Save interesting articles from the Internet in any of the available spaces with little effort.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie xTiles Web Clipper

Download xTiles Web Clipper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam xTiles Web Clipper xTiles Web Clipper
ID kkofobmbmgcdiepkdjgnffdlecjpekaj
Officiële URL https://chromewebstore.google.com/detail/xtiles-web-clipper/kkofobmbmgcdiepkdjgnffdlecjpekaj
Beschrijving Save interesting articles from the Internet in any of the available spaces with little effort.
Bestandsgrootte 6.74 MB
Aantal Installaties 4,728
Huidige Versie 1.1.4
Laatst Bijgewerkt 2023-12-27
Publicatiedatum 2022-07-09
Beoordeling 5.00/5 Totaal 8 Beoordelingen
Ontwikkelaar https://xtiles.app
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://xtiles.app
Help Pagina-URL https://xtiles.app/en/web-clipper
URL van de Privacybeleid Pagina https://xtiles.app/en/privacypolicy
Ondersteunde Talen 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": [
                ""
            ]
        }
    ]
}