URL Note Taker
Save Website Links with Notes.
URL Note Taker란 무엇입니까?
URL Note Taker은(는) elearningboy에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save Website Links with Notes."입니다.
확장 프로그램 스크린샷
URL Note Taker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
URL Note Taker helps you take notes on any webpage and save your notes along with the link (URL) of that page. To use UNT, follow this step: 1. Install it in your browser. 2. Visit any webpage. 3. Click the UNT icon to open the popup. 4. Writer a note in the popup about the webpage. 5. Click Save Note. All your notes will be displayed in the extension that you can revisit later. You can also save notes without webpage links (URL) - just toggle off the Save URL icon. Your notes stays saved even after you close your browser. So you can revisit your notes next time you come back. Notes are deleted only when you double click the Delete All button. You can download all your notes in PDF for future use. Who will benefit most from this extension? If you take notes while browsing multiple webpages and you want to have a handy tool to do this, you can use this extension. It can be best used by researchers, writers, students, and everyone who wants to take notes on the go while browsing. Once you install the extension, click the extension icon and then click the Settings icon to go to the Settings and Help page. Here, you will see a list of help items that can assist you in improving your experience to use the extension. View the accompanied YouTube video to see how it works. Link:
확장 프로그램 기본 정보
이름 | |
ID | ebjdgpdlkejknpokamoinmjnbdeloaaf |
공식 URL | https://chrome.google.com/webstore/detail/url-note-taker/ebjdgpdlkejknpokamoinmjnbdeloaaf |
설명 | Save Website Links with Notes. |
파일 크기 | 13.44 KB |
설치 횟수 | 36 |
현재 버전 | 1.0 |
최근 업데이트 | 2021-09-09 |
출시 날짜 | 2021-09-09 |
개발자 | elearningboy |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://elearningboy.com/privacy.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "URL Note Taker", "author": "Deepak", "version": "1.0", "description": "Save Website Links with Notes.", "icons": { "225": "icon.png" }, "action": { "default_popup": "index.html", "default_icon": "icon.png" }, "permissions": [ "tabs", "bookmarks", "unlimitedStorage", "activeTab" ], "background": { "service_worker": "index.js" } } |