Huula Web Clipper

Super High Definition clipping and archiving of web pages.

ما هو Huula Web Clipper؟

Huula Web Clipper هو إضافة Chrome تم تطويرها بواسطة https://huu.la، والميزة الرئيسية لها هي "Super High Definition clipping and archiving of web pages.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Huula Web Clipper

قم بتنزيل ملفات الامتداد Huula Web Clipper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Huula Web Clipper is Super High Definition web clipping and archiving tool.

You can use it to clip any public web pages, at super high fidelity. This is especially useful when you want to save a beautiful web page. You can also annotate or redesign it using Huula design tool.

Hope you enjoy it!                    

معلومات أساسية عن التمديد

الاسم Huula Web Clipper Huula Web Clipper
ID holcfbedaepgjadjangfbmpdjnhkhdoa
عنوان URL الرسمي https://chromewebstore.google.com/detail/huula-web-clipper/holcfbedaepgjadjangfbmpdjnhkhdoa
الوصف Super High Definition clipping and archiving of web pages.
حجم الملف 99.56 KB
عدد التثبيتات 24
النسخة الحالية 0.0.3
آخر تحديث 2019-03-05
تاريخ النشر 2019-03-04
تقييم 5.00/5 مجموع تقييمات 2
المطور https://huu.la
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://huu.la
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Super High Definition clipping and archiving of web pages.",
    "version": "0.0.3",
    "name": "Huula Web Clipper",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [],
            "js": [
                "content.bundle.js"
            ]
        }
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [
        "cookies",
        "*:\/\/*.huu.la\/*",
        "tabs"
    ],
    "web_accessible_resources": [
        "clipboard.html",
        "clipboard.bundle.js"
    ]
}