xTiles Web Clipper

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

Co je xTiles Web Clipper?

xTiles Web Clipper je rozšíření Chrome vyvinuté https://xtiles.app, a jeho hlavní funkcí je „Save interesting articles from the Internet in any of the available spaces with little effort.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření xTiles Web Clipper

Stáhněte si soubory rozšíření xTiles Web Clipper ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název xTiles Web Clipper xTiles Web Clipper
ID kkofobmbmgcdiepkdjgnffdlecjpekaj
Oficiální URL https://chromewebstore.google.com/detail/xtiles-web-clipper/kkofobmbmgcdiepkdjgnffdlecjpekaj
Popis Save interesting articles from the Internet in any of the available spaces with little effort.
Velikost souboru 6.74 MB
Počet instalací 4,728
Aktuální Verze 1.1.4
Poslední Aktualizace 2023-12-27
Datum Vydání 2022-07-09
Hodnocení 5.00/5 Celkem 8 Hodnocení
Vývojář https://xtiles.app
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://xtiles.app
URL Stránky Nápovědy https://xtiles.app/en/web-clipper
URL Stránky Zásad Ochrany Soukromí https://xtiles.app/en/privacypolicy
Podporované Jazyky 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": [
                ""
            ]
        }
    ]
}