Take a note

This extension will let you take a simple note in Chrome.

What is Take a note?

Take a note is a Chrome extension developed by omgmog, and its main feature is "This extension will let you take a simple note in Chrome.".

Extension Screenshots

screenshot

Download Take a note Extension CRX File

Download Take a 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

                        A simple extension that lets you take a note in chrome. The note will persist until you press the 'Clear' button.                    

Extension Basic Information

Name Take a note Take a note
ID kfiafdpdemicicjnfadpklcolhjghggp
Official URL https://chromewebstore.google.com/detail/take-a-note/kfiafdpdemicicjnfadpklcolhjghggp
Description This extension will let you take a simple note in Chrome.
File Size 15.07 KB
Installation Count 682
Current Version 1.1
Last Updated 2013-09-30
Publish Date 2013-09-30
Rating 4.80/5 Total 5 Ratings
Developer omgmog
Email [email protected]
Payment Type free
Extension Website http://omgmog.net
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Take a note",
    "description": "This extension will let you take a simple note in Chrome.",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'"
}