Create a Google Keep™ Note
This extension creates a new note in Google Keep™
Create a Google Keep™ Note란 무엇입니까?
Create a Google Keep™ Note은(는) Thomas Hammerlund에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension creates a new note in Google Keep™"입니다.
확장 프로그램 스크린샷
Create a Google Keep™ Note 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension creates a new note in Google Keep when you click it. A new tab will open right to a new note. If you are not logged into your Google Account, you will be directed to log in to your account. This is very useful for taking quick notes and writing down ideas.
확장 프로그램 기본 정보
이름 | Create a Google Keep™ Note |
ID | adpkhhdlcmklfbjbehgpgjcbmbemffnb |
공식 URL | https://chromewebstore.google.com/detail/create-a-google-keep-note/adpkhhdlcmklfbjbehgpgjcbmbemffnb |
설명 | This extension creates a new note in Google Keep™ |
파일 크기 | 5.86 KB |
설치 횟수 | 492 |
현재 버전 | 0.3 |
최근 업데이트 | 2022-07-22 |
출시 날짜 | 2021-04-17 |
개발자 | Thomas Hammerlund |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://sites.google.com/view/one-click-extensions/home |
도움말 페이지 URL | https://sites.google.com/view/one-click-extensions/contact |
개인정보 보호 정책 페이지 URL | https://sites.google.com/view/one-click-extensions/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Create a Google Keep\u2122 Note", "description": "This extension creates a new note in Google Keep\u2122", "version": "0.3", "author": "Thomas Hammerlund", "icons": { "128": "images\/icon128.png", "48": "images\/icon48.png" }, "action": { "default_icon": "images\/icon128.png", "default_title": "Create a Google Keep\u2122 Note" }, "background": { "service_worker": "background.js" } } |