xTiles Web Clipper

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

Qu'est-ce que xTiles Web Clipper ?

xTiles Web Clipper est une extension Chrome développée par https://xtiles.app, et sa fonction principale est "Save interesting articles from the Internet in any of the available spaces with little effort.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension xTiles Web Clipper

Téléchargez les fichiers d'extension xTiles Web Clipper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom xTiles Web Clipper xTiles Web Clipper
ID kkofobmbmgcdiepkdjgnffdlecjpekaj
URL Officiel https://chromewebstore.google.com/detail/xtiles-web-clipper/kkofobmbmgcdiepkdjgnffdlecjpekaj
Description Save interesting articles from the Internet in any of the available spaces with little effort.
Taille du Fichier 6.74 MB
Nombre d'Installations 4,728
Version Actuelle 1.1.4
Dernière Mise à Jour 2023-12-27
Date de Publication 2022-07-09
Évaluation 5.00/5 Total 8 Évaluations
Développeur https://xtiles.app
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://xtiles.app
URL de la Page d'Aide https://xtiles.app/en/web-clipper
URL de la Page de Politique de Confidentialité https://xtiles.app/en/privacypolicy
Langues Prises en Charge 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": [
                ""
            ]
        }
    ]
}