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
Eメール [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": [
                ""
            ]
        }
    ]
}