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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον 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 της επέκτασης Notix: Notion Web Clipper

Λήψη αρχείων επέκτασης 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
Επίσημο 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": [
        ""
    ]
}