Clipper - Notepad
A share and noting application. Take notes by selecting or writing! Make your notepad as your size. All in one place
Clipper - Notepad란 무엇입니까?
Clipper - Notepad은(는) N00B에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A share and noting application. Take notes by selecting or writing! Make your notepad as your size. All in one place"입니다.
확장 프로그램 스크린샷
Clipper - Notepad 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This is a notepad clipper extension. Browse through the web with ease, and take notes on the go. Now you don't need to swap between apps, neither copy paste. Write directly by clicking on Clipper or select and right click, you will get an option to add it to the pad. Download the whole of the text directly into .txt file at once. Resize the window to make it as you want it to be, multiple notes and onine sync coming soon.
확장 프로그램 기본 정보
이름 | |
ID | odaemlhemadocbiadhdehdkiekejnphb |
공식 URL | https://chrome.google.com/webstore/detail/clipper-notepad/odaemlhemadocbiadhdehdkiekejnphb |
설명 | A share and noting application. Take notes by selecting or writing! Make your notepad as your size. All in one place |
파일 크기 | 606 KB |
설치 횟수 | 445 |
현재 버전 | 1.0 |
최근 업데이트 | 2018-09-10 |
출시 날짜 | 2018-09-10 |
평점 | 4.67/5 총 3 개의 평점 |
개발자 | N00B |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Clipper - Notepad", "description": "A share and noting application. Take notes by selecting or writing! Make your notepad as your size. All in one place", "version": "1.0", "offline_enabled": true, "icons": { "19": "imgs\/notepad-icon-12.png", "48": "imgs\/notepad-icon-12.png", "128": "imgs\/notepad-icon-12.png" }, "browser_action": { "default_icon": "imgs\/notepad-icon-12.png", "default_popup": "popup.html" }, "background": { "scripts": [ "jquery.min.js", "popup.js" ] }, "permissions": [ "activeTab", "storage", "contextMenus" ] } |