xTiles Web Clipper

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

Что такое xTiles Web Clipper?

xTiles Web Clipper - это расширение Chrome, разработанное https://xtiles.app, и его основная функция - "Save interesting articles from the Internet in any of the available spaces with little effort.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения xTiles Web Clipper

Скачайте файлы расширений xTiles Web Clipper в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название xTiles Web Clipper xTiles Web Clipper
ID kkofobmbmgcdiepkdjgnffdlecjpekaj
Официальный URL https://chromewebstore.google.com/detail/xtiles-web-clipper/kkofobmbmgcdiepkdjgnffdlecjpekaj
Описание Save interesting articles from the Internet in any of the available spaces with little effort.
Размер файла 6.74 MB
Количество установок 4,728
Текущая Версия 1.1.4
Последнее Обновление 2023-12-27
Дата публикации 2022-07-09
Рейтинг 5.00/5 Всего 8 оценок
Разработчик https://xtiles.app
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://xtiles.app
URL страницы помощи https://xtiles.app/en/web-clipper
URL страницы политики конфиденциальности https://xtiles.app/en/privacypolicy
Поддерживаемые языки 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": [
                ""
            ]
        }
    ]
}