Zenfetch

Zenfetch helps you leverage all the information you've saved including articles, PDFs, and youtube videos.

Zenfetchとは何ですか?

Zenfetchはhttps://zenfetch.comによって開発されたChromeの拡張機能で、その主な機能は「Zenfetch helps you leverage all the information you've saved including articles, PDFs, and youtube videos.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Zenfetch拡張機能のCRXファイルをダウンロード

Zenfetch拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Unlock the web's potential with Zenfetch. Every article, tutorial, or idea holds value. With Zenfetch, effortlessly capture and organize these insights, transforming information overload into an interactive knowledge base

➤ Terms and Conditions
By installing the extension, you agree to and acknowledge:
www.zenfetch.com/terms-of-service
www.zenfetch.com/privacy-policy

➤ Capture & Interact
• Capture Diverse Content: Whether it's newsletters, Google docs, blogs, YouTube videos, forums, or PDFs, Zenfetch has you covered.
• Instant Summaries: Use the Zenfetch Sidebar to get summaries or ask questions about any link whether its a long youtube video, research paper, or anything else. 
• Interactive Knowledge Base: Dive into meaningful conversations with your saved content, extracting information, validating thoughts, or brainstorming ideas.
• AI-Powered Search: Rediscover forgotten gems from your database without remembering the specifics.
• Connect & Compare: Link what you're viewing to your stored knowledge, unveiling patterns and insights.

➤ Effortless Operation
Activate Zenfetch and enhance your browsing. Lean on GPT-4's prowess for crisp summaries and interactive conversations. Plus, daily recap emails to cement your learnings.

➤ Go Beyond Bookmarking
Beyond just saving content, Zenfetch offers:
• AI-enhanced search
• Chat with your knowledge base
• Centralized dashboard view
• Filtering by topics or times

➤ What's Included?

~ Premium
Zenfetch Premium delivers an expanded suite of features designed to optimize your online knowledge base:
• Advanced AI-driven search
• Customizable filters
• Enhanced content summaries
• AI-powered topic and time-based organization
• Extra customization options
• AI chat with your knowledge base

Start your two week trial today!

➤ Works Everywhere You Browse
Zenfetch integrates seamlessly with your browser, capturing insights as you navigate the web. Zenfetch for Chrome supports:
• News platforms
• Google Docs
• Blogs
• Social media
• Youtube videos
• Forums
• And more!

➤ Trusted by Top Professionals
"Zenfetch transformed my online learning. It’s like having a personal web assistant." — Product Manager

"With Zenfetch, I always stay informed. It's a game-changer for online content consumption." — Y-Combinator Founder

"Zenfetch is indispensable for those aiming to maximize their online reading experience." — McKinsey Consultant

---

Your trust is our priority. Zenfetch only stores information that you explicitly tell our extension to save. Reach out to [email protected] for any privacy-related questions.                    

拡張機能の基本情報

名前 Zenfetch Zenfetch
ID apegkhmjejnglhbecegfkodefbbbgipf
公式URL https://chromewebstore.google.com/detail/zenfetch/apegkhmjejnglhbecegfkodefbbbgipf
説明 Zenfetch helps you leverage all the information you've saved including articles, PDFs, and youtube videos.
ファイルサイズ 1.4 MB
インストール数 557
現在のバージョン 2.3.3
最終更新日 2024-03-05
公開日 2024-02-05
評価 4.78/5 合計 9 レビュー
開発者 https://zenfetch.com
Eメール [email protected]
支払い方法 in_app
拡張機能のウェブサイト https://www.zenfetch.com
プライバシーポリシーページのURL https://www.zenfetch.com/privacy-policy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Zenfetch",
    "description": "Zenfetch helps you leverage all the information you've saved including articles, PDFs, and youtube videos.",
    "version": "2.3.3",
    "options_ui": {
        "page": "options.html"
    },
    "action": {
        "default_icon": {
            "128": "icon.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon.png"
    },
    "side_panel": {
        "default_path": "sidepanel.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content_scripts\/index.js"
            ],
            "matches": [
                ""
            ],
            "exclude_matches": [
                "https:\/\/*.google.com\/*",
                "https:\/\/*.calendar.google.com\/*",
                "https:\/\/*.drive.google.com\/*",
                "https:\/\/*.chase.com\/*",
                "https:\/\/*.wellsfargo.com\/*",
                "https:\/\/*.citi.com\/*",
                "https:\/\/*.bankofamerica.com\/*",
                "https:\/\/*.hsbc.com\/*",
                "https:\/\/*.barclays.com\/*",
                "https:\/\/*.standardchartered.com\/*",
                "https:\/\/*.santander.com\/*",
                "https:\/\/*.morganstanley.com\/*",
                "https:\/\/*.goldmansachs.com\/*",
                "https:\/\/*.us.bank\/*",
                "https:\/\/*.td.com\/*",
                "https:\/\/*.ynab.com\/*",
                "https:\/\/*.paypal.com\/*",
                "https:\/\/*.netflix.com\/*",
                "https:\/\/*.hbomax.com\/*",
                "https:\/\/play.max.com\/*",
                "https:\/\/*.hulu.com\/*",
                "https:\/\/*.disneyplus.com\/*"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/docs.google.com\/*"
            ],
            "all_frames": false,
            "run_at": "document_start",
            "js": [
                "js\/content_scripts\/docs-contentscript.js"
            ]
        },
        {
            "js": [
                "js\/content_scripts\/index.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/docs.google.com\/*"
            ],
            "all_frames": true
        },
        {
            "js": [
                "js\/content_scripts\/website-communication-channel.js"
            ],
            "matches": [
                "https:\/\/*.zenfetch.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background\/background.js",
        "type": "module"
    },
    "permissions": [
        "activeTab",
        "storage",
        "identity",
        "identity.email",
        "alarms",
        "tabs",
        "sidePanel",
        "https:\/\/zenfetch.ngrok.app\/",
        "offscreen",
        "declarativeNetRequest",
        "scripting",
        "idle"
    ],
    "optional_permissions": [
        "bookmarks"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; connect-src 'self' https:\/\/www.google-analytics.com https:\/\/zenfetch.ngrok.app wss:\/\/zenfetch.ngrok.app wss:\/\/staging.zenfetch.com\/ https:\/\/ambient.zenfetch.com  wss:\/\/ambient.zenfetch.com\/ https:\/\/staging.zenfetch.com\/;",
        "font-src": "https:\/\/fonts.gstatic.com",
        "style-src": "https:\/\/fonts.googleapis.com"
    },
    "host_permissions": [
        ""
    ],
    "commands": {
        "open-sidepanel": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y",
                "mac": "Command+Shift+Y"
            },
            "description": "Open sidepanel"
        },
        "save-article": {
            "suggested_key": {
                "default": "Ctrl+Shift+K",
                "mac": "Command+Shift+K"
            },
            "description": "Save article"
        }
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.zenfetch.com\/*",
            "http:\/\/localhost\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "icon.png",
                "save-icon.png",
                "icon-saved.png",
                "logged-out.png",
                "saving.gif",
                "main_white.png",
                "main_dark.png",
                "pdf-js\/pdf.js",
                "pdf-js\/pdf-worker.js",
                "js\/scripts\/pdf-getter.js",
                "offscreen.html"
            ]
        },
        {
            "resources": [
                "js\/content_scripts\/docs-contentscript.js",
                "js\/content_scripts\/docs-canvas.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}