WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
RemNote Clipper

RemNote Clipper

View on Chrome Web Store
View RemNote Clipper Chrome Extension on Chrome Web Store
Add to bookmarks
4.6 (22 ratings)
1 new ratings
4 views
This extension has been viewed 4 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.

Easily take notes on any website with RemNote.
Type
Extension
Users
4,000 users
1K
Website remnote.com
RemNote
View author page of RemNote
Published
Published on August 6, 2024
Version 1.0.12
Manifest version
3
Updated
Updated on October 8, 2024
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View RemNote Clipper 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",
    "description": "Easily take notes on any website with RemNote.",
    "version": "1.0.12",
    "manifest_version": 3,
    "name": "RemNote Clipper",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": ".\/assets\/icons\/32x32.png"
    },
    "icons": {
        "16": ".\/assets\/icons\/16x16.png",
        "32": ".\/assets\/icons\/32x32.png",
        "48": ".\/assets\/icons\/48x48.png",
        "128": ".\/assets\/icons\/128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.remnote.com\/*",
                "https:\/\/staging.remnote.com\/*",
                "http:\/\/localhost:3000\/*"
            ],
            "js": [
                "remNoteContentScript.bundle.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        },
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "annotationButtonsContentScript.bundle.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "remnote-128.png",
                "remnote-34.png",
                "staging-128.png",
                "staging-34.png",
                "*.png",
                "*.svg",
                "*.css",
                "*.ttf"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "commands": {
        "openSidebar": {
            "suggested_key": {
                "default": "Alt+R"
            },
            "description": "Open RemNote Sidebar for current page"
        }
    },
    "permissions": [
        "tabs",
        "storage",
        "scripting",
        "sidePanel",
        "commands",
        "contextMenus"
    ],
    "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