WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
keyNote - web, PDF & youtube AI summary

keyNote - web, PDF & youtube AI summary

View on Chrome Web Store
View keyNote - web, PDF & youtube AI summary Chrome Extension on Chrome Web Store
Add to bookmarks
4.8 (4 ratings)
1 new ratings
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Summarize webpage, youtube and PDF with 8 AI bots e.g ChatGPT, Copilot, Gemini,Claude. Create mindmap & highlights. Export to notion
Type
Extension
Users
385 users
6
Website noterail.co
brahmastra
View author page of brahmastra
Published
Published on September 4, 2024
Version 0.0.03
Manifest version
3
Updated
Updated on October 8, 2024
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View keyNote - web, PDF & youtube AI summary Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "minimum_chrome_version": "123",
    "offline_enabled": true,
    "default_locale": "en",
    "name": "__MSG_extName__",
    "short_name": "keyNote",
    "description": "__MSG_extDescription__",
    "version": "0.0.03",
    "author": "NoteRail",
    "icons": {
        "16": "icon.png",
        "128": "icon_128.png"
    },
    "action": {
        "default_title": "Open KeyNote (Alt+ S)"
    },
    "options_page": "options\/index.html",
    "side_panel": {
        "default_path": "panel\/index.html"
    },
    "background": {
        "service_worker": "background\/background.js",
        "type": "module"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+S",
                "windows": "Alt+S",
                "mac": "Alt+S",
                "linux": "Alt+S"
            }
        },
        "noteboard": {
            "suggested_key": {
                "default": "Alt+N"
            },
            "description": "Open noteboard"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "scripts\/generator\/mark-generator.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_request_header",
                "enabled": true,
                "path": "rules\/request_header.json"
            }
        ]
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "declarativeNetRequestWithHostAccess",
        "sidePanel",
        "storage",
        "scripting"
    ],
    "optional_permissions": [
        "readingList"
    ],
    "host_permissions": [
        "https:\/\/chatgpt.com\/*",
        "https:\/\/gemini.google.com\/*",
        "https:\/\/claude.ai\/*",
        "https:\/\/copilot.microsoft.com\/*",
        "https:\/\/www.perplexity.ai\/*",
        "https:\/\/app.chathub.gg\/api\/*",
        "https:\/\/chat.mistral.ai\/*"
    ],
    "optional_host_permissions": [
        "<all_urls>"
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top