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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://xtiles.app/en/web-clipper
عنوان صفحة سياسة الخصوصية 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": [
                ""
            ]
        }
    ]
}