PowerNotes Research
PowerNotes is a productivity tool that allows you to gather, organize, and track internet research easily and efficiently.
PowerNotes Research란 무엇입니까?
PowerNotes Research은(는) https://powernotes.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "PowerNotes is a productivity tool that allows you to gather, organize, and track internet research easily and efficiently."입니다.
확장 프로그램 스크린샷
PowerNotes Research 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
PowerNotes helps researchers make the leap from research to writing. First, the browser extension gives you the fastest way to save passages from the web, PDFs, and other digital materials. When you save a passage, you will also organize it and take notes. All saving will be done without leaving the source, so you won't need to copy and paste anymore! Also, the organizational structure is up to you. PowerNotes gives you a flexible organizational framework so that you can make the framework more sophisticated over time. So when you are doing research, you won't just be saving content, you will be creating an annotated outline at the same time. Everything that you gather will be saved in the Cloud. Once you've gathered your research, you can view an outline of your research in our web app, where you can assess and reorganize it. We built an interface specifically designed for reorganization. You can just drag and drop your digital note cards, move them around with a simple menu (again, no more copy and pasting), and create blank note cards to incorporate your own thoughts. You can even turn your research outline into a writing outline so that you can more easily start that first draft. You can download your research into a MS Word or Google Doc, a spreadsheet, or RIS file. For more information, visit our blog at: https://www.powernotes.com/resources/blog
확장 프로그램 기본 정보
이름 | PowerNotes Research |
ID | cefhlgghdlbobdpihfdadojifnpghbji |
공식 URL | https://chromewebstore.google.com/detail/powernotes-research/cefhlgghdlbobdpihfdadojifnpghbji |
설명 | PowerNotes is a productivity tool that allows you to gather, organize, and track internet research easily and efficiently. |
파일 크기 | 5.16 MB |
설치 횟수 | 32,117 |
현재 버전 | 0.85.7 |
최근 업데이트 | 2024-03-04 |
출시 날짜 | 2020-06-03 |
평점 | 4.14/5 총 36 개의 평점 |
개발자 | https://powernotes.com |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.powernotes.com/legal/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PowerNotes Research", "description": "PowerNotes is a productivity tool that allows you to gather, organize, and track internet research easily and efficiently.", "version": "0.85.7", "version_name": "0.85.7", "browser_action": { "default_icon": "img\/icon-19.png", "default_popup": "popup.html", "default_title": "PowerNotes Research" }, "background": { "page": "background.html" }, "commands": { "toggle-sidebar": { "suggested_key": { "default": "Ctrl+Shift+E" }, "description": "Toggle sidebar" } }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "ftp:\/\/*\/*", "file:\/\/*\/*" ], "run_at": "document_start", "js": [ "js\/common.js", "js\/ContentScript.js" ], "all_frames": true, "match_about_blank": true }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "ftp:\/\/*\/*", "file:\/\/*\/*" ], "run_at": "document_start", "js": [ "js\/Sidebar.js" ], "match_about_blank": true } ], "options_ui": { "browser_style": false, "open_in_tab": true, "page": "settings.html" }, "permissions": [ "tabs", "storage", "background", "https:\/\/*\/", "http:\/\/*\/", "activeTab", "fileBrowserHandler", "webRequest", "webRequestBlocking", " |