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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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