Code Note

Save code notes in your chrome

What is Code Note?

Code Note is a Chrome extension developed by Unknown, and its main feature is "Save code notes in your chrome".

Extension Screenshots

screenshot
screenshot

Download Code Note Extension CRX File

Download Code Note 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

                        Save code notes in your chrome                    

Extension Basic Information

Name Code Note Code Note
ID cajfjidpmcjfnnpdlbcnaeagakeofnja
Official URL https://chromewebstore.google.com/detail/code-note/cajfjidpmcjfnnpdlbcnaeagakeofnja
Description Save code notes in your chrome
File Size 1007 KB
Installation Count 43
Current Version 1.0.0
Last Updated 2019-07-15
Publish Date 2019-07-15
Developer Unknown
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Code Note",
    "version": "1.0.0",
    "description": "Save code notes in your chrome",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}