Take Note
An extension to help you take notes on long articles in your browser. Recognizes and formats code.
Take Note란 무엇입니까?
Take Note은(는) sarahhubschmail에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An extension to help you take notes on long articles in your browser. Recognizes and formats code."입니다.
확장 프로그램 스크린샷
Take Note 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
An app that helps you take notes on articles, blog posts, or documentation. Select the text you want to save, right click, and press 'Take Note'. You can go back and edit or delete any notes you take. The extension also recognizes and formats any code you save as a note.
확장 프로그램 기본 정보
이름 | |
ID | jkhfbnadhkkefjioelljpcmkgnoamakg |
공식 URL | https://chrome.google.com/webstore/detail/take-note/jkhfbnadhkkefjioelljpcmkgnoamakg |
설명 | An extension to help you take notes on long articles in your browser. Recognizes and formats code. |
파일 크기 | 1.87 MB |
설치 횟수 | 162 |
현재 버전 | 0.0.0.1 |
최근 업데이트 | 2017-08-10 |
출시 날짜 | 2017-08-10 |
평점 | 4.00/5 총 6 개의 평점 |
개발자 | sarahhubschmail |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Take Note", "description": "An extension to help you take notes on long articles in your browser. Recognizes and formats code.", "background": { "scripts": [ "js\/jquery-3.2.1.js", "js\/background.js" ], "css": [ "style.css" ] }, "version": "0.0.0.1", "manifest_version": 2, "browser_action": { "default_popup": "popup.html", "default_title": "Take Note", "default_icon": "images\/icon.png" }, "permissions": [ "activeTab", "contextMenus", "storage", "tabs", "webNavigation" ], "icons": { "16": "images\/icon-bitty.png", "48": "images\/icon-bitty.png", "128": "images\/icon-bitty.png" } } |