Huula Web Clipper

Super High Definition clipping and archiving of web pages.

Qu'est-ce que Huula Web Clipper ?

Huula Web Clipper est une extension Chrome développée par https://huu.la, et sa fonction principale est "Super High Definition clipping and archiving of web pages.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Huula Web Clipper

Téléchargez les fichiers d'extension Huula Web Clipper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Huula Web Clipper Huula Web Clipper
ID holcfbedaepgjadjangfbmpdjnhkhdoa
URL Officiel https://chromewebstore.google.com/detail/huula-web-clipper/holcfbedaepgjadjangfbmpdjnhkhdoa
Description Super High Definition clipping and archiving of web pages.
Taille du Fichier 99.56 KB
Nombre d'Installations 24
Version Actuelle 0.0.3
Dernière Mise à Jour 2019-03-05
Date de Publication 2019-03-04
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://huu.la
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://huu.la
Langues Prises en Charge 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"
    ]
}