Glo Web Clipper
A web clipper for GitKraken Glo boards.
Glo Web Clipper란 무엇입니까?
Glo Web Clipper은(는) Jasper van Merle에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A web clipper for GitKraken Glo boards."입니다.
확장 프로그램 스크린샷
Glo Web Clipper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Clip it, describe it and save it to a GitKraken Glo card. Use Glo Web Clipper to easily capture snippets of the web to a new or existing GitKraken Glo card. Optionally, you can also include a link to the website you're on and write a description about the clipped content or the link. Clipping options: - "Visible page" will take a screenshot of everything that's currently visible. - "Full page" will take a screenshot of the full page, including everything that is not visible. - "Selection" will allow you to freely select a rectangle to clip on the currently visible page. Saving options: - Create a new card using Glo Web Clipper and attach the clipped content as a comment on the newly created card. - Add the clipped content to an existing card as a comment.
확장 프로그램 기본 정보
이름 | |
ID | ikfmgfnieohkknpbninokpleohjpbjbl |
공식 URL | https://chrome.google.com/webstore/detail/glo-web-clipper/ikfmgfnieohkknpbninokpleohjpbjbl |
설명 | A web clipper for GitKraken Glo boards. |
파일 크기 | 59.61 KB |
설치 횟수 | 56 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2019-04-11 |
출시 날짜 | 2019-04-08 |
개발자 | Jasper van Merle |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/jmerle/glo-web-clipper |
도움말 페이지 URL | https://github.com/jmerle/glo-web-clipper/issues |
개인정보 보호 정책 페이지 URL | https://gist.github.com/jmerle/5f446afd17b51328e2a87aee6b475358 |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Glo Web Clipper", "description": "A web clipper for GitKraken Glo boards.", "version": "1.0.2", "author": "Jasper van Merle", "homepage_url": "https:\/\/github.com\/jmerle\/glo-web-clipper", "permissions": [ "storage", "tabs", "activeTab", "https:\/\/gloapi.gitkraken.com\/*" ], "icons": { "16": "icons\/icon-16.png", "19": "icons\/icon-19.png", "20": "icons\/icon-20.png", "24": "icons\/icon-24.png", "32": "icons\/icon-32.png", "38": "icons\/icon-38.png", "48": "icons\/icon-48.png", "64": "icons\/icon-64.png", "96": "icons\/icon-96.png", "128": "icons\/icon-128.png" }, "content_scripts": [ { "matches": [ " |