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 |
官方網址 | 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" ] } |