Notix: Notion Web Clipper

Save the Web to Notion. Use AI to create summaries and auto-prefills. Easily create how-to guides with screenshots in Notion.

什麼是Notix: Notion Web Clipper?

Notix: Notion Web Clipper是由https://notix.so開發的Chrome擴展程式,該擴展的主要功能是“Save the Web to Notion. Use AI to create summaries and auto-prefills. Easily create how-to guides with screenshots in Notion.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Notix: Notion Web Clipper擴展crx文件

下載Notix: Notion Web Clipper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Finally, a reliable Notion web clipper with all the features you need:

🚀 Templates for Efficiency: Quickly populate properties with pre-defined values or pull info from the current website, like page titles or URLs.

📷 Screenshots Made Simple: Notix lets you effortlessly add screenshots from your current page. You have the flexibility to choose between capturing the visible area or the entire page. You can also copy and paste images from your favorite screenshot tool or from your files.

📝 Effortless Page Editing: Edit page content effortlessly using Notix's extension. It's as intuitive as editing a Notion page, directly from your browser.

🧱 Custom Blocks for Content Prefill: Craft custom blocks in Notix to populate page content effortlessly. It's a one-stop solution – automatically capture a screenshot, insert selected text, include page title or URL, and even employ AI for content summarization. Your content, your way.

🤖 AI-Powered Prefill: Prefill properties, generate page titles, summarize web pages and much more with the power of AI.

Try it out for free!                    

擴展基本資訊

名稱 Notix: Notion Web Clipper Notix: Notion Web Clipper
ID fmnbhafoldgblmdmhflflnjlfjcgpnog
官方網址 https://chromewebstore.google.com/detail/notix-notion-web-clipper/fmnbhafoldgblmdmhflflnjlfjcgpnog
簡介 Save the Web to Notion. Use AI to create summaries and auto-prefills. Easily create how-to guides with screenshots in Notion.
檔案大小 16.99 KB
安裝次數 77
目前版本 1.4.3
更新時間 2024-02-08
上架時間 2023-10-05
評分 5.00/5 共 7 次評分
開發者 https://notix.so
電子郵箱 [email protected]
付費類型 in_app
擴展官網 https://notix.so
說明頁面URL https://notix.so/
隱私政策頁面URL https://notix.so/data-privacy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.4.3",
    "name": "Notix: Notion Web Clipper",
    "manifest_version": 3,
    "description": "Save the Web to Notion. Use AI to create summaries and auto-prefills. Easily create how-to guides with screenshots in Notion.",
    "default_locale": "en",
    "permissions": [
        "webNavigation",
        "activeTab",
        "tabs",
        "scripting",
        "storage",
        "contextMenus",
        "sidePanel"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_title": "__MSG_extName__",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y",
                "mac": "Command+Shift+Y"
            }
        }
    },
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:8001\/*",
            "https:\/\/notix.so\/*"
        ]
    },
    "side_panel": {
        "default_path": ".\/index.html"
    },
    "host_permissions": [
        ""
    ]
}