xTiles Web Clipper

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

Co to jest xTiles Web Clipper?

xTiles Web Clipper to rozszerzenie Chrome opracowane przez https://xtiles.app, a jego główną funkcją jest „Save interesting articles from the Internet in any of the available spaces with little effort.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia xTiles Web Clipper

Pobierz pliki rozszerzeń xTiles Web Clipper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa xTiles Web Clipper xTiles Web Clipper
ID kkofobmbmgcdiepkdjgnffdlecjpekaj
Oficjalny URL https://chromewebstore.google.com/detail/xtiles-web-clipper/kkofobmbmgcdiepkdjgnffdlecjpekaj
Opis Save interesting articles from the Internet in any of the available spaces with little effort.
Rozmiar pliku 6.74 MB
Liczba instalacji 4,728
Aktualna Wersja 1.1.4
Ostatnia Aktualizacja 2023-12-27
Data Publikacji 2022-07-09
Ocena 5.00/5 Łącznie 8 Oceny
Deweloper https://xtiles.app
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://xtiles.app
Adres URL Strony Pomocy https://xtiles.app/en/web-clipper
Adres URL Strony Polityki Prywatności https://xtiles.app/en/privacypolicy
Obsługiwane Języki 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": [
                ""
            ]
        }
    ]
}