xTiles Web Clipper

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

Hvad er xTiles Web Clipper?

xTiles Web Clipper er en Chrome-udvidelse udviklet af https://xtiles.app, og dens hovedfunktion er "Save interesting articles from the Internet in any of the available spaces with little effort.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download xTiles Web Clipper-udvidelses-CRX-fil

Download xTiles Web Clipper-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn xTiles Web Clipper xTiles Web Clipper
ID kkofobmbmgcdiepkdjgnffdlecjpekaj
Officiel URL https://chromewebstore.google.com/detail/xtiles-web-clipper/kkofobmbmgcdiepkdjgnffdlecjpekaj
Beskrivelse Save interesting articles from the Internet in any of the available spaces with little effort.
Filstørrelse 6.74 MB
Antal Installationer 4,728
Nuværende Version 1.1.4
Senest Opdateret 2023-12-27
Udgivelsesdato 2022-07-09
Bedømmelse 5.00/5 Samlet 8 Bedømmelser
Udvikler https://xtiles.app
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://xtiles.app
Hjælpeside-URL https://xtiles.app/en/web-clipper
URL til Fortrolighedspolitik Side https://xtiles.app/en/privacypolicy
Understøttede Sprog 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": [
                ""
            ]
        }
    ]
}