xTiles Web Clipper

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

Apa itu xTiles Web Clipper?

xTiles Web Clipper adalah ekstensi Chrome yang dikembangkan oleh https://xtiles.app, dan fitur utamanya adalah "Save interesting articles from the Internet in any of the available spaces with little effort.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi xTiles Web Clipper

Unduh file ekstensi xTiles Web Clipper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama xTiles Web Clipper xTiles Web Clipper
ID kkofobmbmgcdiepkdjgnffdlecjpekaj
URL Resmi https://chromewebstore.google.com/detail/xtiles-web-clipper/kkofobmbmgcdiepkdjgnffdlecjpekaj
Deskripsi Save interesting articles from the Internet in any of the available spaces with little effort.
Ukuran File 6.74 MB
Jumlah Instalasi 4,728
Versi Saat Ini 1.1.4
Terakhir Diperbarui 2023-12-27
Tanggal Publikasi 2022-07-09
Penilaian 5.00/5 Total 8 Penilaian
Pengembang https://xtiles.app
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://xtiles.app
URL Halaman Bantuan https://xtiles.app/en/web-clipper
URL Halaman Kebijakan Privasi https://xtiles.app/en/privacypolicy
Bahasa yang Didukung 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": [
                ""
            ]
        }
    ]
}