Huula Web Clipper

Super High Definition clipping and archiving of web pages.

Apa itu Huula Web Clipper?

Huula Web Clipper adalah ekstensi Chrome yang dikembangkan oleh https://huu.la, dan fitur utamanya adalah "Super High Definition clipping and archiving of web pages.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Huula Web Clipper

Unduh file ekstensi Huula Web Clipper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Huula Web Clipper Huula Web Clipper
ID holcfbedaepgjadjangfbmpdjnhkhdoa
URL Resmi https://chromewebstore.google.com/detail/huula-web-clipper/holcfbedaepgjadjangfbmpdjnhkhdoa
Deskripsi Super High Definition clipping and archiving of web pages.
Ukuran File 99.56 KB
Jumlah Instalasi 24
Versi Saat Ini 0.0.3
Terakhir Diperbarui 2019-03-05
Tanggal Publikasi 2019-03-04
Penilaian 5.00/5 Total 2 Penilaian
Pengembang https://huu.la
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://huu.la
Bahasa yang Didukung 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"
    ]
}