Chrome Notepad
Use notepad in your chrome!
What is Chrome Notepad?
Chrome Notepad is a Chrome extension developed by 송인호, and its main feature is "Use notepad in your chrome!".
Extension Screenshots
Download Chrome Notepad Extension CRX File
Download Chrome Notepad extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
크롬 메모장은 크롬에서 언제든지 사용할 수 있는 메모장입니다. 팝업, 옵션, 새 창을 모두 지원합니다. 팝업 사용 방법 1. 우측 상단의 '확장 프로그램'을 클릭하세요 2. 크롬 메모장 오른쪽의 핀을 클릭하세요 주요 기능 설명 - 옵션, 새 창: 메모 추가, 수정, 삭제 가능 - 팝업화면: 메모 추가, 삭제 가능 - 새 창을 열었을 때 메모장 사용 가능
Extension Basic Information
Name | Chrome Notepad |
ID | apijbpbcechjobmeafogbmlbaofmehed |
Official URL | https://chromewebstore.google.com/detail/chrome-notepad/apijbpbcechjobmeafogbmlbaofmehed |
Description | Use notepad in your chrome! |
File Size | 659 KB |
Installation Count | 150 |
Current Version | 1.2.0 |
Last Updated | 2021-09-14 |
Publish Date | 2021-08-25 |
Developer | 송인호 |
[email protected] | |
Payment Type | free |
Supported Languages | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chrome Notepad", "version": "1.2.0", "manifest_version": 2, "description": "Use notepad in your chrome!", "icons": { "192": "logo192.png" }, "permissions": [ "storage" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_icon": "logo192.png", "default_popup": "popup.html" }, "chrome_url_overrides": { "newtab": "index.html" }, "options_page": "index.html" } |