xTiles Web Clipper

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

xTiles Web Clipper là gì?

xTiles Web Clipper là một tiện ích mở rộng Chrome được phát triển bởi https://xtiles.app, và tính năng chính của nó là "Save interesting articles from the Internet in any of the available spaces with little effort.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng xTiles Web Clipper

Tải xuống các tệp mở rộng xTiles Web Clipper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên xTiles Web Clipper xTiles Web Clipper
ID kkofobmbmgcdiepkdjgnffdlecjpekaj
URL Chính Thức https://chromewebstore.google.com/detail/xtiles-web-clipper/kkofobmbmgcdiepkdjgnffdlecjpekaj
Mô tả Save interesting articles from the Internet in any of the available spaces with little effort.
Kích Thước Tệp 6.74 MB
Số Lần Cài Đặt 4,728
Phiên Bản Hiện Tại 1.1.4
Cập Nhật Lần Cuối 2023-12-27
Ngày Phát Hành 2022-07-09
Đánh Giá 5.00/5 Tổng số 8 Đánh Giá
Nhà Phát Triển https://xtiles.app
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://xtiles.app
URL Trang Trợ Giúp https://xtiles.app/en/web-clipper
URL Trang Chính Sách Bảo Mật https://xtiles.app/en/privacypolicy
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}