WebExtension.net
WebExtension.net
WebExtension.net
WebExtension.net
OneNote Web Clipper

OneNote Web Clipper

View on Chrome Web Store
4.8 (68,371 ratings)
2 new ratings
18 views
0 downloads

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

Save anything on the web to OneNote. Clip it to OneNote, organize and edit it, then access it from any device.
Type
Extension
Users
900,000 users
100K
Website onenote.com
Microsoft Corporation
Featured Extension

Hand-picked for quality and usefulness

Published
Version 3.10.10
Manifest version
3
Updated
productivity/workflow
Website
View on Chrome Web Store
Share This Extension

Extension Manifest

{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "OneNote Web Clipper",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "3.10.10",
    "background": {
        "service_worker": "chromeExtension.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/onenote.officeapps.live.com\/*",
                "https:\/\/ppc-onenote.officeapps.live.com\/*",
                "https:\/\/onenote.officeapps-df.live.com\/*",
                "https:\/\/onenote.officeapps.live-int.com\/*"
            ],
            "js": [
                "appendIsInstalledMarker.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "clipper.html",
                "pageNav.html"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "scripting",
        "contextMenus",
        "tabs",
        "webRequest",
        "webNavigation",
        "offscreen"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "icons": {
        "16": "icons\/icon-16.png",
        "19": "icons\/icon-19.png",
        "32": "icons\/icon-32.png",
        "38": "icons\/icon-38.png",
        "48": "icons\/icon-48.png",
        "64": "icons\/icon-64.png",
        "96": "icons\/icon-96.png",
        "128": "icons\/icon-128.png",
        "256": "icons\/icon-256.png"
    },
    "action": {
        "default_title": "Clip to OneNote",
        "default_icon": {
            "19": "icons\/icon-19.png",
            "38": "icons\/icon-38.png"
        }
    }
}
© 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.