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.”。
扩展截图
下载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 |
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 |
电子邮箱 | [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" ] } |