xTiles Web Clipper

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

Vad är xTiles Web Clipper?

xTiles Web Clipper är en Chrome-tillägg utvecklad av https://xtiles.app, och dess huvudfunktion är "Save interesting articles from the Internet in any of the available spaces with little effort.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner xTiles Web Clipper-förlängningens CRX-fil

Ladda ner xTiles Web Clipper-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn xTiles Web Clipper xTiles Web Clipper
ID kkofobmbmgcdiepkdjgnffdlecjpekaj
Officiell webbadress https://chromewebstore.google.com/detail/xtiles-web-clipper/kkofobmbmgcdiepkdjgnffdlecjpekaj
Beskrivning Save interesting articles from the Internet in any of the available spaces with little effort.
Filstorlek 6.74 MB
Antal Installationer 4,728
Aktuell Version 1.1.4
Senast Uppdaterad 2023-12-27
Publiceringsdatum 2022-07-09
Betyg 5.00/5 Totalt 8 Betyg
Utvecklare https://xtiles.app
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://xtiles.app
Hjälpsida URL https://xtiles.app/en/web-clipper
URL till Sekretesspolicy Sidan https://xtiles.app/en/privacypolicy
Stödda Språk 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": [
                ""
            ]
        }
    ]
}