xTiles Web Clipper

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

O que é xTiles Web Clipper?

xTiles Web Clipper é uma extensão do Chrome desenvolvida por https://xtiles.app, e sua principal característica é "Save interesting articles from the Internet in any of the available spaces with little effort.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão xTiles Web Clipper

Baixe arquivos de extensão xTiles Web Clipper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome xTiles Web Clipper xTiles Web Clipper
ID kkofobmbmgcdiepkdjgnffdlecjpekaj
URL Oficial https://chromewebstore.google.com/detail/xtiles-web-clipper/kkofobmbmgcdiepkdjgnffdlecjpekaj
Descrição Save interesting articles from the Internet in any of the available spaces with little effort.
Tamanho do Arquivo 6.74 MB
Contagem de Instalações 4,728
Versão Atual 1.1.4
Última Atualização 2023-12-27
Data de Publicação 2022-07-09
Classificação 5.00/5 Total de 8 Avaliações
Desenvolvedor https://xtiles.app
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://xtiles.app
URL da Página de Ajuda https://xtiles.app/en/web-clipper
URL da Página de Política de Privacidade https://xtiles.app/en/privacypolicy
Idiomas Suportados 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": [
                ""
            ]
        }
    ]
}