xTiles Web Clipper

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

xTiles Web Clipperคืออะไร?

xTiles Web Clipper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://xtiles.app และคุณลักษณะหลักของมันคือ "Save interesting articles from the Internet in any of the available spaces with little effort."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย xTiles Web Clipper

ดาวน์โหลดไฟล์ส่วนขยาย 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": [
                ""
            ]
        }
    ]
}