Huula Web Clipper

Super High Definition clipping and archiving of web pages.

Huula Web Clipperとは何ですか?

Huula Web Clipperはhttps://huu.laによって開発されたChromeの拡張機能で、その主な機能は「Super High Definition clipping and archiving of web pages.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Huula Web Clipper拡張機能のCRXファイルをダウンロード

Huula Web Clipper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    ]
}