xTiles Web Clipper

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

¿Qué es xTiles Web Clipper?

xTiles Web Clipper es una extensión de Chrome desarrollada por https://xtiles.app, y su función principal es "Save interesting articles from the Internet in any of the available spaces with little effort.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión xTiles Web Clipper

Descarga archivos de extensión xTiles Web Clipper en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre xTiles Web Clipper xTiles Web Clipper
ID kkofobmbmgcdiepkdjgnffdlecjpekaj
URL Oficial https://chromewebstore.google.com/detail/xtiles-web-clipper/kkofobmbmgcdiepkdjgnffdlecjpekaj
Descripción Save interesting articles from the Internet in any of the available spaces with little effort.
Tamaño del Archivo 6.74 MB
Cantidad de Instalaciones 4,728
Versión Actual 1.1.4
Última Actualización 2023-12-27
Fecha de Publicación 2022-07-09
Calificación 5.00/5 Total de 8 Calificaciones
Desarrollador https://xtiles.app
Correo electrónico team@xtiles.app
Tipo de Pago free
Sitio Web de la Extensión https://xtiles.app
URL de la Página de Ayuda https://xtiles.app/en/web-clipper
URL de la Página de Política de Privacidad https://xtiles.app/en/privacypolicy
Idiomas Soportados 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": [
                ""
            ]
        }
    ]
}