Huula Web Clipper
Super High Definition clipping and archiving of web pages.
Wat is Huula Web Clipper?
Huula Web Clipper is een Chrome-extensie ontwikkeld door https://huu.la, en de belangrijkste functie is "Super High Definition clipping and archiving of web pages.".
Extensie Screenshots
Download het CRX-bestand van de extensie Huula Web Clipper
Download Huula Web Clipper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | Huula Web Clipper |
ID | holcfbedaepgjadjangfbmpdjnhkhdoa |
Officiële URL | https://chromewebstore.google.com/detail/huula-web-clipper/holcfbedaepgjadjangfbmpdjnhkhdoa |
Beschrijving | Super High Definition clipping and archiving of web pages. |
Bestandsgrootte | 99.56 KB |
Aantal Installaties | 24 |
Huidige Versie | 0.0.3 |
Laatst Bijgewerkt | 2019-03-05 |
Publicatiedatum | 2019-03-04 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://huu.la |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://huu.la |
Ondersteunde Talen | 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" ] } |