Work-Note
Work-Note - save your notes where you are.
Work-Note란 무엇입니까?
Work-Note은(는) Alex Zarnitsa에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Work-Note - save your notes where you are."입니다.
확장 프로그램 스크린샷
Work-Note 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Well, it is very convenient for your work. In this application, no any additional heavy plugins, thanks to this, it works faster. The application has been tested and is very stable.
확장 프로그램 기본 정보
이름 | Work-Note |
ID | ilonmfcpfefeelkojaclhipbfmodbfli |
공식 URL | https://chromewebstore.google.com/detail/work-note/ilonmfcpfefeelkojaclhipbfmodbfli |
설명 | Work-Note - save your notes where you are. |
파일 크기 | 528 KB |
설치 횟수 | 1,852 |
현재 버전 | 1.0.7 |
최근 업데이트 | 2022-02-18 |
출시 날짜 | 2015-02-12 |
평점 | 4.86/5 총 22 개의 평점 |
개발자 | Alex Zarnitsa |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "background": { "persistent": true, "scripts": [ "scripts\/background.js" ] }, "browser_action": { "default_icon": "images\/Notes_n2.png", "default_popup": "popup.html", "default_title": "Work-Note" }, "description": "Work-Note - save your notes where you are.", "icons": { "128": "\/images\/Notes_128.png" }, "permissions": [ "storage" ], "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvRhUkQg\/lNTXEWhZ4wsyN\/1b6l9hrkxBtwepF2ApIW9oXXNZ+r5e3vlxVgBgUwjyR2FLtbl0ohk+zR7y+GjBOMs1VKMBZ8Ue\/HLtY2KSUzVOf5UQNXzNvxHLEc\/ASPiawx9TlcO4KaXuz0q+NG5b\/Fq4M\/D7Uy2YzGcZ299OARAZd1yP919e5S8P\/\/WZzGKhebSdQwl60THe0221Oh5W62PHO475\/vTTlNldOyInj9P1a78U53fneGN0TWtwKdFQo+RcutAukb37K1bS4t\/GgHx6fNOhf0y8JChxHtBKpwhj3MjVR8t0gfdcCq\/ZdikGfjBw07G78cd\/hZ5ix2RTLQIDAQAB", "manifest_version": 2, "name": "Work-Note", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.7" } |