Huula Web Clipper
Super High Definition clipping and archiving of web pages.
Hvad er Huula Web Clipper?
Huula Web Clipper er en Chrome-udvidelse udviklet af https://huu.la, og dens hovedfunktion er "Super High Definition clipping and archiving of web pages.".
Udvidelsesskærmbilleder
Download Huula Web Clipper-udvidelses-CRX-fil
Download Huula Web Clipper-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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!
Grundlæggende oplysninger om udvidelsen
Navn | Huula Web Clipper |
ID | holcfbedaepgjadjangfbmpdjnhkhdoa |
Officiel URL | https://chromewebstore.google.com/detail/huula-web-clipper/holcfbedaepgjadjangfbmpdjnhkhdoa |
Beskrivelse | Super High Definition clipping and archiving of web pages. |
Filstørrelse | 99.56 KB |
Antal Installationer | 24 |
Nuværende Version | 0.0.3 |
Senest Opdateret | 2019-03-05 |
Udgivelsesdato | 2019-03-04 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | https://huu.la |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://huu.la |
Understøttede Sprog | 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" ] } |