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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |