Notes Station 3 Clipper

Use the Notes Station 3 Clipper to save things you see on the web into your Notes Station 3 account.

Notes Station 3 Clipperคืออะไร?

Notes Station 3 Clipper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย QNAP Systems Inc. และคุณลักษณะหลักของมันคือ "Use the Notes Station 3 Clipper to save things you see on the web into your Notes Station 3 account."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Notes Station 3 Clipper

ดาวน์โหลดไฟล์ส่วนขยาย Notes Station 3 Clipper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Overview

Save things from the Internet directly to notes in Notes Station 3 using Notes Station 3 Web Clipper. 

Don’t worry about bookmarking things in your browser anymore. With Notes Station 3 Web Clipper, you can clip entire articles or take screenshots and save them directly to a note in Notes Station 3. 

Clip web pages you want to keep. Save them in Notes Station 3. Find them easily in Qnotes3 or with any web browser by logging into your NAS. 


Clip full or partial articles

- Clip a specific part of an article from any web page
- Append a note using different parts of an article
- Clip an entire article and save it to your notes
- Save text from web pages or take screenshots

Organize as you clip

- Organize notes into different sections of a notebook
- Add tags to notes
- Select the destination notebook and section when saving notes                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Notes Station 3 Clipper Notes Station 3 Clipper
ID pgnlhifdmcpfbaacmmlljgjinbfkjfpd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/notes-station-3-clipper/pgnlhifdmcpfbaacmmlljgjinbfkjfpd
คำอธิบาย Use the Notes Station 3 Clipper to save things you see on the web into your Notes Station 3 account.
ขนาดไฟล์ 1009 KB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2021-01-06
วันที่เผยแพร่ 2019-03-21
คะแนน 1.97/5 รวมทั้งหมด 32 คะแนน
ผู้พัฒนา QNAP Systems Inc.
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.youtube.com/watch?v=uvk4_f9fEMk?t=670
URL หน้าช่วยเหลือ https://www.qnap.com/en/how-to/tutorial/article/notes-station-3-web-clipper-tutorial
URL หน้านโยบายความเป็นส่วนตัว https://www.qnap.com/en/before_buy/con_show.php?op=showone&cid=17
ภาษาที่รองรับ de,en,fr,nl,no,tr,da,es,it,hu,pl,ro,fi,sv,cs,el,ru,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Notes Station 3 Clipper",
    "version": "1.0.2",
    "default_locale": "en",
    "description": "Use the Notes Station 3 Clipper to save things you see on the web into your Notes Station 3 account.",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon48.png",
        "default_title": "Notes Station3 Clipper"
    },
    "background": {
        "page": "background.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "homepage_url": "http:\/\/beta.qnapnotes.com",
    "options_page": "options.html",
    "permissions": [
        "",
        "tabs",
        "storage",
        "activeTab"
    ],
    "web_accessible_resources": [
        "images\/icon48.png",
        "images\/loading.gif",
        "images\/UI\/keyboard.png",
        "notification.html",
        "jquery\/jquery-2.1.3.min.js",
        "init_clipper_main.js",
        "library\/editor.min.js",
        "clipper_main_iframe.html",
        "clipper_main_iframe.js",
        "clipper_main_preview.html",
        "clipper_main_preview.js",
        "addScreen.js",
        "clipper_screen_box_iframe.html",
        "clipper_screen_box_iframe.js",
        "library\/images\/editor_icon.png",
        "autoscroll.js",
        "gmail.js",
        "page.js",
        "api.js",
        "contentScript.js",
        "checkInstall.js"
    ]
}