Huula Web Clipper
Super High Definition clipping and archiving of web pages.
Vad är Huula Web Clipper?
Huula Web Clipper är en Chrome-tillägg utvecklad av https://huu.la, och dess huvudfunktion är "Super High Definition clipping and archiving of web pages.".
Tilläggsskärmbilder
Ladda ner Huula Web Clipper-förlängningens CRX-fil
Ladda ner Huula Web Clipper-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Huula Web Clipper |
ID | holcfbedaepgjadjangfbmpdjnhkhdoa |
Officiell webbadress | https://chromewebstore.google.com/detail/huula-web-clipper/holcfbedaepgjadjangfbmpdjnhkhdoa |
Beskrivning | Super High Definition clipping and archiving of web pages. |
Filstorlek | 99.56 KB |
Antal Installationer | 24 |
Aktuell Version | 0.0.3 |
Senast Uppdaterad | 2019-03-05 |
Publiceringsdatum | 2019-03-04 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | https://huu.la |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://huu.la |
Stödda Språk | 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" ] } |