UpNote Web Clipper

Save article to UpNote app

UpNote Web Clipperคืออะไร?

UpNote Web Clipper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย UpNote Company Limited และคุณลักษณะหลักของมันคือ "Save article to UpNote app"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย UpNote Web Clipper

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
    }
}