WebClip - Clip all the things
Store all the interesting things around the Web on your personal online datastore
WebClip - Clip all the things란 무엇입니까?
WebClip - Clip all the things은(는) angelo.veltens에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Store all the interesting things around the Web on your personal online datastore"입니다.
확장 프로그램 스크린샷
WebClip - Clip all the things 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
WebClip not only allows you to bookmark your favorite web pages, but to store all the interesting things you find on the Web - like recipes, fashion, products, games, and much more - in a structured way to your personal online data store based on Solid web standards. Connect your Solid Pod and start collecting interesting things found across the world wide web.
확장 프로그램 기본 정보
이름 | WebClip - Clip all the things |
ID | mfgjcggbpdkbnnpgllaicoeplfgkfnkj |
공식 URL | https://chromewebstore.google.com/detail/webclip-clip-all-the-thin/mfgjcggbpdkbnnpgllaicoeplfgkfnkj |
설명 | Store all the interesting things around the Web on your personal online datastore |
파일 크기 | 4.26 MB |
설치 횟수 | 40 |
현재 버전 | 0.10.1 |
최근 업데이트 | 2022-06-29 |
출시 날짜 | 2021-08-17 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | angelo.veltens |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/codecentric/web-clip |
도움말 페이지 URL | https://github.com/codecentric/web-clip/discussions/categories/q-a |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WebClip - Clip all the things", "short_name": "WebClip", "description": "Store all the interesting things around the Web on your personal online datastore", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "browser_action": { "default_title": "WebClip" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "content.js" ] } ], "permissions": [ "storage", "identity" ], "web_accessible_resources": [], "options_page": "options.html", "version": "0.10.1" } |