Patchwork
Collect and organize bits of information from the web into into beautiful, thematic collections.
Patchwork란 무엇입니까?
Patchwork은(는) Patchwork에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Collect and organize bits of information from the web into into beautiful, thematic collections."입니다.
확장 프로그램 스크린샷
Patchwork 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Patchwork allows you to save online content to your very own corner of the web. You can easily save "Patches" of content, including pictures, videos, audio, web sites and text notes to your own "Patchworks". You can populate your Patchworks however you see fit, make them public for others to see, and even collaborate on a Patchwork with your friends and colleagues. Saving content is easy, you can either click on the extension icon and select which Patchwork to save to, or do so via the right-click menu. Come and create your own curated corner of the web with Patchwork.
확장 프로그램 기본 정보
이름 | Patchwork |
ID | pclkhkikkljaldmcpngkejdondbldpdf |
공식 URL | https://chromewebstore.google.com/detail/patchwork/pclkhkikkljaldmcpngkejdondbldpdf |
설명 | Collect and organize bits of information from the web into into beautiful, thematic collections. |
파일 크기 | 328 KB |
설치 횟수 | 105 |
현재 버전 | 1.0.6 |
최근 업데이트 | 2023-10-31 |
출시 날짜 | 2021-01-21 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | Patchwork |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://patchworkapp.com |
개인정보 보호 정책 페이지 URL | https://patchworkapp.com/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Patchwork", "version": "1.0.6", "description": "Collect and organize bits of information from the web into into beautiful, thematic collections.", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "manifest_version": 2, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "icon-16.png", "24": "icon-24.png", "32": "icon-32.png" }, "default_title": "Patchwork" }, "permissions": [ "contextMenus", "activeTab", "webRequest", "webRequestBlocking", "*:\/\/*.patchworkapp.com\/*" ] } |