Save to Notion

Save the Web to Notion

Save to Notionคืออะไร?

Save to Notion เป็นส่วนขยายของ Chrome ที่พัฒนาโดย savetonotion.so และคุณลักษณะหลักของมันคือ "Save the Web to Notion"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        ≡ Features

- 💾 Save web articles, emails, tweets, Youtube videos, Linkedin posts, cooking recipes and more… To read them later in Notion.
- 🏷️ Fill database properties (tags, relation, checkbox…), right in the extension.
- 📸 Take screenshots & pick images from the web and upload them to Notion.
- ✍️ Highlight portions of text directly from the web and send them right to Notion.
- 🧠 Automatically Map data on webpages, such as article’s publication date, author name etc… To database properties, so you don't have to copy/paste.
- 👑 Create different forms for your various use cases, whether it be for work or personal purposes.

≡ Usage 

Start using Save to Notion today for free! It is helping thousands of individuals everyday to be more productive and enjoy Notion in their personal and professional lives.

≡ Contact 

You have an issue or want to give a feedback / suggestion? Drop me an email :)

≡ Privacy

The extension doesn't collect any data unless you make an account. If you do, it may collect anonymous usage data to help us understand how you use the extension and what features we should work on first.                    

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

ชื่อ Save to Notion Save to Notion
ID ldmmifpegigmeammaeckplhnjbbpccmm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/save-to-notion/ldmmifpegigmeammaeckplhnjbbpccmm
คำอธิบาย Save the Web to Notion
ขนาดไฟล์ 1.37 MB
จำนวนการติดตั้ง 330,748
เวอร์ชันปัจจุบัน 2.92
อัปเดตครั้งล่าสุด 2024-01-29
วันที่เผยแพร่ 2020-07-04
คะแนน 4.03/5 รวมทั้งหมด 641 คะแนน
ผู้พัฒนา savetonotion.so
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://savetonotion.so
URL หน้านโยบายความเป็นส่วนตัว https://anisg.notion.site/Privacy-Policy-79e2d879b3d3405ba50e800a39fe25ec
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Save to Notion",
    "short_name": "Save to Notion",
    "version": "2.92",
    "description": "Save the Web to Notion",
    "permissions": [
        "activeTab",
        "storage",
        "cookies",
        "contextMenus",
        "unlimitedStorage",
        "https:\/\/*.notion.so\/*"
    ],
    "optional_permissions": [
        "tabs",
        ""
    ],
    "commands": {
        "add-highlights": {
            "suggested_key": {
                "default": "Ctrl+Shift+E",
                "mac": "Command+Shift+E"
            },
            "description": "Add highlights to your Notion Page"
        },
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Shift+E",
                "mac": "Alt+Shift+E"
            }
        }
    },
    "content_scripts": [],
    "browser_action": {
        "default_title": "Notion Saver"
    },
    "icons": {
        "128": ".\/assets\/icon128.png",
        "48": ".\/assets\/icon48.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "popup\/index.html",
        "modal\/modal.html",
        "toast\/toast.html",
        "assets\/*.js",
        "pageWorld.js"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-...='; object-src 'self'; ; connect-src https:\/\/*.notion.so https:\/\/*.amazonaws.com https:\/\/*.posthog.com https:\/\/*.twitter.com https:\/\/twitter.com"
}