UpNote Web Clipper
Save article to UpNote app
UpNote Web Clipper란 무엇입니까?
UpNote Web Clipper은(는) UpNote Company Limited에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save article to UpNote app"입니다.
확장 프로그램 스크린샷
UpNote Web Clipper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
UpNote Web Clipper lets you quickly save all or part of a web page to UpNote app. UpNote is a clean and beautiful app for writing and organizing notes. It's easy to use with rich features and delightful experience. You can download UpNote for free on Mac, iOS, Windows and Android device. HOW TO USE 1. Install UpNote app from Mac App Store or Windows Store: Mac: https://itunes.apple.com/us/app/upnote-an-elegant-note-app/id1398373917?ls=1&mt=12 Windows: https://www.microsoft.com/en-us/p/upnote/9mv7690m8f5n 2. Enable UpNote Web Clipper from the Chrome Browser. 3. Whenever you want to save a web page, simply click on the UpNote Web Clipper icon from the browser toolbar and open UpNote app. The web page will be saved automatically to your note. 4. If you want to save a part of the web page instead of the full web page, simply select the part you need, then click the UpNote Web Clipper icon to save into UpNote app. UpNote Web Clipper helps you quickly capture and organize all the articles, research and inspiration, and sync to all devices so you can access anytime, anywhere. Best of all, the web clipper automatically remove ads, navigation and noise so that you could focus on the content.
확장 프로그램 기본 정보
이름 | UpNote Web Clipper |
ID | nloebbaneekjiakbhafchdlfjmildnni |
공식 URL | https://chromewebstore.google.com/detail/upnote-web-clipper/nloebbaneekjiakbhafchdlfjmildnni |
설명 | Save article to UpNote app |
파일 크기 | 104 KB |
설치 횟수 | 20,000 |
현재 버전 | 1.2.1 |
최근 업데이트 | 2023-08-09 |
출시 날짜 | 2021-05-11 |
평점 | 2.76/5 총 59 개의 평점 |
개발자 | UpNote Company Limited |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://getupnote.com |
도움말 페이지 URL | https://getupnote.com/support.html |
개인정보 보호 정책 페이지 URL | https://getupnote.com/privacy.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "UpNote Web Clipper", "action": [], "manifest_version": 3, "version": "1.2.1", "description": "Save article to UpNote app", "permissions": [], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "contentScript.js" ] } ], "icons": { "16": "16.png", "32": "32.png", "48": "96.png", "96": "192.png", "128": "256.png" } } |