Notesnook Web Clipper

Clip web pages & save interesting things you find on the web directly into Notesnook in a private & secure way.

Notesnook Web Clipperคืออะไร?

Notesnook Web Clipper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://notesnook.com และคุณลักษณะหลักของมันคือ "Clip web pages & save interesting things you find on the web directly into Notesnook in a private & secure way."

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

screenshot

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

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

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

                        Notesnook Web Clipper helps you to save important & useful things on the web quickly & safely.

CLIP EXACTLY WHAT YOU WANT

Ever come across an inspiring quote and wanted to save it? Notesnook Web Clipper features a selection based clipping mode which allows you to clip exactly the pieces of the web page that you want. This means no more clutter in your clips.

WEBPAGE SNAPSHOTS

Sometimes you want to save a web page exactly how it looks. Notesnook Web Clipper has multiple modes to allow this including a screenshot mode & a full page capture mode. These modes allow you to have full control over how you want your clip to turn out. 

NO LOGIN REQUIRED

Notesnook Web Clipper connects directly with the Notesnook web app creating a seamless and quick experience. You no longer need to worry about handling credentials in multiple places. It truly is an extension to the web app. 

100% OFFLINE

Since everything is handled by the Notesnook web app, the only time Notesnook Web Clipper connects to the Internet is to download things on the web page. No other communication or telemetry takes place.

OPEN SOURCE AND PRIVATE

Staying true to our mission and goal, Notesnook Web Clipper is completely open source. We don't just "say" that we are private — we act like it.

GitHub repository: https://github.com/streetwriters/notesnook/                    

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

ชื่อ Notesnook Web Clipper Notesnook Web Clipper
ID kljhpemdlcnjohmfmkogahelkcidieaj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/notesnook-web-clipper/kljhpemdlcnjohmfmkogahelkcidieaj
คำอธิบาย Clip web pages & save interesting things you find on the web directly into Notesnook in a private & secure way.
ขนาดไฟล์ 159 KB
จำนวนการติดตั้ง 1,395
เวอร์ชันปัจจุบัน 0.3.0
อัปเดตครั้งล่าสุด 2023-08-08
วันที่เผยแพร่ 2023-05-18
คะแนน 4.29/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา https://notesnook.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://notesnook.com/notesnook-web-clipper
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Notesnook Web Clipper",
    "version": "0.3.0",
    "description": "Clip web pages & save interesting things you find on the web directly into Notesnook in a private & secure way.",
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "notifications",
        "scripting"
    ],
    "icons": {
        "16": "16x16.png",
        "32": "32x32.png",
        "48": "48x48.png",
        "64": "64x64.png",
        "128": "128x128.png",
        "256": "256x256.png"
    },
    "host_permissions": [
        "https:\/\/cors.notesnook.com\/*",
        "*:\/\/app.notesnook.com\/*"
    ],
    "optional_host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "manifest_version": 3,
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_icon": {
            "16": "16x16.png",
            "32": "32x32.png",
            "48": "48x48.png",
            "64": "64x64.png",
            "128": "128x128.png",
            "256": "256x256.png"
        },
        "default_title": "Notesnook Web Clipper",
        "default_popup": "popup.html"
    }
}