xTiles Web Clipper

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

What is xTiles Web Clipper?

xTiles Web Clipper is a Chrome extension developed by https://xtiles.app, and its main feature is "Save interesting articles from the Internet in any of the available spaces with little effort.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download xTiles Web Clipper Extension CRX File

Download xTiles Web Clipper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name xTiles Web Clipper xTiles Web Clipper
ID kkofobmbmgcdiepkdjgnffdlecjpekaj
Official URL 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.
File Size 6.74 MB
Installation Count 4,728
Current Version 1.1.4
Last Updated 2023-12-27
Publish Date 2022-07-09
Rating 5.00/5 Total 8 Ratings
Developer https://xtiles.app
Email [email protected]
Payment Type free
Extension Website https://xtiles.app
Help Page URL https://xtiles.app/en/web-clipper
Privacy Policy Page URL https://xtiles.app/en/privacypolicy
Supported Languages 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": [
                ""
            ]
        }
    ]
}