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
官方網址 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": [
                ""
            ]
        }
    ]
}