Clibu Web Clipper
Clip Web Page content and save it to Clibu. See www.clibu.com
Clibu Web Clipper란 무엇입니까?
Clibu Web Clipper은(는) https://www.clibu.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Clip Web Page content and save it to Clibu. See www.clibu.com"입니다.
확장 프로그램 스크린샷
Clibu Web Clipper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The Clibu Web Clipper lets you quickly and easily clip content from web pages, tag it and then add this along with your own notes to a selected Clibu Knowledge Base. Information is more important today than ever, but often it is so hard to find that needle in the haystack. We need better ways to capture, organize and get back information. And this is where Clibu comes to your aid. With Clibu you can: - Create, collect and edit information quicker and easier than ever before. - Organize content with Hierarchical Tags and use Full Text Search and Tags Filtering to find it every time. - Share your content and collaborate with others, with everyone seeing updates as they occur. - Access your content from any PC, Tablet or Smartphone anywhere in the World. Let Clibu simplify your information collection needs, try it today at www.clibu.com
확장 프로그램 기본 정보
이름 | Clibu Web Clipper |
ID | knecmkkkgnhdklcbegglpmmchkdegjic |
공식 URL | https://chromewebstore.google.com/detail/clibu-web-clipper/knecmkkkgnhdklcbegglpmmchkdegjic |
설명 | Clip Web Page content and save it to Clibu. See www.clibu.com |
파일 크기 | 474 KB |
설치 횟수 | 190 |
현재 버전 | 2.00.21 |
최근 업데이트 | 2018-07-13 |
출시 날짜 | 2018-07-12 |
평점 | 4.67/5 총 3 개의 평점 |
개발자 | https://www.clibu.com |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | http://help.clibu.com/ |
개인정보 보호 정책 페이지 URL | https://clibu.com/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Clibu Web Clipper", "short_name": "Clibu Clipper", "version": "2.00.21", "manifest_version": 2, "description": "Clip Web Page content and save it to Clibu. See www.clibu.com", "homepage_url": "http:\/\/www.clibu.com", "icons": { "16": "src\/images\/clibu-16x.png", "32": "src\/images\/clibu-32x.png", "48": "src\/images\/clibu-48x.png", "128": "src\/images\/clibu-128x.png" }, "background": { "page": "src\/html\/background.html" }, "browser_action": { "default_icon": "src\/images\/clibu-32x.png", "default_title": "Clibu Web Clipper", "default_popup": "src\/html\/popup.html" }, "permissions": [ "activeTab", "tabs", "contextMenus", "notifications", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ "*.js", "src\/*", "src\/clibu\/*", "src\/clibu\/elibs\/*", "src\/clibu\/shared_cjs\/*", "src\/clibu\/ui\/*", "src\/clibu\/ui\/components\/*", "src\/clibu\/util\/*", "src\/dev\/*", "src\/html\/*", "src\/css\/*", "src\/images\/*", "\/src\/jspm_packages\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';" } |