Simple Notetaking

Just a simple plugin to take notes directly in your browser.

What is Simple Notetaking?

Simple Notetaking is a Chrome extension developed by Rafael Almeida, and its main feature is "Just a simple plugin to take notes directly in your browser.".

Extension Screenshots

screenshot

Download Simple Notetaking Extension CRX File

Download Simple Notetaking 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

                                            

Extension Basic Information

Name Simple Notetaking Simple Notetaking
ID mkpcjcpfmgbnbnjjpkdlndjaaenbegpm
Official URL https://chromewebstore.google.com/detail/simple-notetaking/mkpcjcpfmgbnbnjjpkdlndjaaenbegpm
Description Just a simple plugin to take notes directly in your browser.
File Size 40.92 KB
Installation Count 139
Current Version 1.0.0
Last Updated 2016-02-09
Publish Date 2016-02-09
Rating 5.00/5 Total 1 Ratings
Developer Rafael Almeida
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Notetaking",
    "description": "Just a simple plugin to take notes directly in your browser.",
    "version": "1.0.0",
    "icons": {
        "16": "icons\/16x16.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "48": "icons\/48x48.png",
            "128": "icons\/128x128.png"
        },
        "default_title": "Simple Notetaking",
        "default_popup": "views\/popup.html"
    },
    "permissions": [
        "storage"
    ]
}