xTiles Web Clipper

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

Cos'è xTiles Web Clipper?

xTiles Web Clipper è un'estensione di Chrome sviluppata da https://xtiles.app, e la sua funzione principale è "Save interesting articles from the Internet in any of the available spaces with little effort.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione xTiles Web Clipper

Scarica i file di estensione xTiles Web Clipper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome xTiles Web Clipper xTiles Web Clipper
ID kkofobmbmgcdiepkdjgnffdlecjpekaj
URL Ufficiale https://chromewebstore.google.com/detail/xtiles-web-clipper/kkofobmbmgcdiepkdjgnffdlecjpekaj
Descrizione Save interesting articles from the Internet in any of the available spaces with little effort.
Dimensione del File 6.74 MB
Conteggio Installazioni 4,728
Versione Corrente 1.1.4
Ultimo Aggiornamento 2023-12-27
Data di Pubblicazione 2022-07-09
Valutazione 5.00/5 Totale 8 Valutazioni
Sviluppatore https://xtiles.app
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://xtiles.app
URL della Pagina di Aiuto https://xtiles.app/en/web-clipper
URL della Pagina della Politica sulla Privacy https://xtiles.app/en/privacypolicy
Lingue Supportate 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": [
                ""
            ]
        }
    ]
}