Notion Web Clipper

Use our Web Clipper to save any website into Notion.

Notion Web Clipperคืออะไร?

Notion Web Clipper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://notion.so และคุณลักษณะหลักของมันคือ "Use our Web Clipper to save any website into Notion."

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

screenshot
screenshot
screenshot

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

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

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

                        Notion is your all-in-one workspace, where you can write, plan, collaborate and get organized. Take notes, keep databases, build a wiki, project manage your team — all with one tool.

We launched Notion Web Clipper so you can save any page on the web to your Notion workspace. Capture and organize all the articles, research and inspiration you want, and we’ll help you turn them into action.

SAVE WITH ONE CLICK.

If you come across something you want to keep, just hit the Notion button on the top right of your browser!

ORGANIZE IMMEDIATELY.

Choose exactly where you want to save your web pages. Add research to projects, articles to reading lists, etc.

TAG, SHARE, COMMENT.

Don't just store web pages and forget them. Notion makes it easy to turn them into action items, link them to projects, assign them to teammates, and more.

You can read the pages you clip on any device, online or off. Happy clipping! ✂️                    

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

ชื่อ Notion Web Clipper Notion Web Clipper
ID knheggckgoiihginacbkhaalnibhilkk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/notion-web-clipper/knheggckgoiihginacbkhaalnibhilkk
คำอธิบาย Use our Web Clipper to save any website into Notion.
ขนาดไฟล์ 1.84 MB
จำนวนการติดตั้ง 1,860,579
เวอร์ชันปัจจุบัน 0.2.8
อัปเดตครั้งล่าสุด 2022-06-06
วันที่เผยแพร่ 2020-05-28
คะแนน 3.42/5 รวมทั้งหมด 505 คะแนน
ผู้พัฒนา https://notion.so
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_webClipperExtension_name__",
    "version": "0.2.8",
    "description": "__MSG_webClipperExtension_description__",
    "icons": {
        "32": "icon-32.png",
        "128": "icon-128.png"
    },
    "action": {
        "default_icon": {
            "32": "icon-32.png",
            "128": "icon-128.png"
        },
        "default_title": "__MSG_webClipperExtension_keyboardShortcutAction__",
        "default_popup": "index.html"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+K",
                "mac": "Command+Shift+K",
                "chromeos": "Ctrl+Shift+K",
                "linux": "Ctrl+Shift+K"
            },
            "description": "__MSG_webClipperExtension_keyboardShortcutAction__"
        }
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "default_locale": "en",
    "permissions": [
        "activeTab",
        "storage",
        "cookies"
    ],
    "host_permissions": [
        "https:\/\/*.notion.so\/*",
        "https:\/\/*.notion.so\/"
    ]
}