xTiles Web Clipper

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

什么是xTiles Web Clipper?

xTiles Web Clipper是由https://xtiles.app开发的Chrome扩展程序,该扩展的主要功能是“Save interesting articles from the Internet in any of the available spaces with little effort.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载xTiles Web Clipper扩展crx文件

下载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": [
                ""
            ]
        }
    ]
}