WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Quick Note

Quick Note

View on Chrome Web Store
View Quick Note Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 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.

단축키로 빠르게 불러와 사용할 수 있는 노트앱
Type
Extension
Users
53 users
2
rkrp.app.maker
View author page of rkrp.app.maker
Published
Published on April 9, 2021
Version 0.0.3
Manifest version
3
Updated
Updated on September 8, 2024
productivity/workflow
Extension Category
View on Chrome Web Store
View Quick Note 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,
    "name": "Quick Note",
    "version": "0.0.3",
    "description": "\ub2e8\ucd95\ud0a4\ub85c \ube60\ub974\uac8c \ubd88\ub7ec\uc640 \uc0ac\uc6a9\ud560 \uc218 \uc788\ub294 \ub178\ud2b8\uc571",
    "author": "taehyung",
    "icons": {
        "128": "assets\/docs128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "src\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "css": [
                "src\/css\/app.css",
                "src\/css\/header.css",
                "src\/css\/content.css"
            ],
            "js": [
                "src\/contentScript.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "unlimitedStorage",
        "activeTab"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "src\/*",
                "assets\/*"
            ],
            "matches": [
                "<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