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文件
下載UpNote Web Clipper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" } } |