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."입니다.
확장 프로그램 스크린샷
Notix: Notion Web Clipper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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": [ " |