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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Notix: Notion Web Clipper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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": [
        ""
    ]
}