Napkin

Napkin

What is Napkin?

Napkin is a Chrome extension developed by Napkin, and its main feature is "Napkin".

Extension Screenshots

screenshot

Download Napkin Extension CRX File

Download Napkin extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This browser extension makes it easy to send text from any website to your Napkin account.                    

Extension Basic Information

Name Napkin Napkin
ID jgpnbmikndmepbadhgacadmiokmgjbih
Official URL https://chromewebstore.google.com/detail/napkin/jgpnbmikndmepbadhgacadmiokmgjbih
Description Napkin
File Size 1.61 MB
Installation Count 3,221
Current Version 4.4.0
Last Updated 2022-09-13
Publish Date 2022-03-21
Rating 5.00/5 Total 3 Ratings
Developer Napkin
Email [email protected]
Payment Type free
Extension Website https://napkin.one
Help Page URL https://intercom.help/napkin-support/en/articles/6020210-browser-extension
Privacy Policy Page URL https://intercom.help/napkin-support/en/articles/6018815-privacy-policy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Napkin",
    "version": "4.4.0",
    "manifest_version": 3,
    "name": "Napkin",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": [],
    "icons": {
        "128": "ext-logo.png"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "notifications"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "ext-logo.png"
            ],
            "matches": []
        }
    ]
}