Simple Notepad
Opens multiple Tabs to take some notes or copy your clipboard inside, simple and easy to use.
Simple Notepad란 무엇입니까?
Simple Notepad은(는) ishootbw에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Opens multiple Tabs to take some notes or copy your clipboard inside, simple and easy to use."입니다.
확장 프로그램 스크린샷
Simple Notepad 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Simple Notepad saves any plain text quickly and fast with no frills. Just insert your text manually or from your clipboard and here you go. - No unneeded stuff - Saves up to 4 Tabs - Fast and plain - Nice dark theme - converts your html text to plain
확장 프로그램 기본 정보
이름 | Simple Notepad |
ID | nldebakbjbmjaikgkbpladlpjlefomap |
공식 URL | https://chromewebstore.google.com/detail/simple-notepad/nldebakbjbmjaikgkbpladlpjlefomap |
설명 | Opens multiple Tabs to take some notes or copy your clipboard inside, simple and easy to use. |
파일 크기 | 11.21 KB |
설치 횟수 | 49 |
현재 버전 | 1.2 |
최근 업데이트 | 2018-07-14 |
출시 날짜 | 2018-07-14 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | ishootbw |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Simple Notepad", "version": "1.2", "author": "Ali Babi", "description": "Opens multiple Tabs to take some notes or copy your clipboard inside, simple and easy to use.", "manifest_version": 2, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "icon.png", "32": "icon32.png", "48": "icon48.png", "96": "icon96.png", "128": "icon128.png" } }, "icons": { "16": "icon.png", "32": "icon32.png", "48": "icon48.png", "96": "icon96.png", "128": "icon128.png" }, "permissions": [ "storage" ] } |