Huula Web Clipper
Super High Definition clipping and archiving of web pages.
What is Huula Web Clipper?
Huula Web Clipper is a Chrome extension developed by https://huu.la, and its main feature is "Super High Definition clipping and archiving of web pages.".
Extension Screenshots
Download Huula Web Clipper Extension CRX File
Download Huula Web Clipper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | Huula Web Clipper |
ID | holcfbedaepgjadjangfbmpdjnhkhdoa |
Official URL | https://chromewebstore.google.com/detail/huula-web-clipper/holcfbedaepgjadjangfbmpdjnhkhdoa |
Description | Super High Definition clipping and archiving of web pages. |
File Size | 99.56 KB |
Installation Count | 24 |
Current Version | 0.0.3 |
Last Updated | 2019-03-05 |
Publish Date | 2019-03-04 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://huu.la |
[email protected] | |
Payment Type | free |
Extension Website | https://huu.la |
Supported Languages | 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" ] } |