Synotepad

Instant saving notepad

What is Synotepad?

Synotepad is a Chrome extension developed by mathias.lecuyer, and its main feature is "Instant saving notepad".

Extension Screenshots

screenshot

Download Synotepad Extension CRX File

Download Synotepad 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

                        Do you often want to write instantly an idea or a thought?
Synotepad is made for you! Juste click the icon and a text box opens instantly!                    

Extension Basic Information

Name Synotepad Synotepad
ID mmmbiihnjgnaklgnpjnppfehfilhpndo
Official URL https://chromewebstore.google.com/detail/synotepad/mmmbiihnjgnaklgnpjnppfehfilhpndo
Description Instant saving notepad
File Size 62.46 KB
Installation Count 666
Current Version 1.0
Last Updated 2013-04-21
Publish Date 2013-04-21
Rating 3.75/5 Total 8 Ratings
Developer mathias.lecuyer
Payment Type free
Extension Website http://rannios.free.fr/?/notepad
Supported Languages en-US
manifest.json
{
    "browser_action": {
        "default_icon": "logo-48.png",
        "default_popup": "main.html",
        "default_title": "Synotepad"
    },
    "web_accessible_resources": [
        "logo-48.png"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Instant saving notepad",
    "background": {
        "scripts": [
            "contentscript.js"
        ]
    },
    "name": "Synotepad",
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "icons": {
        "48": "logo-48.png",
        "128": "logo-128.png",
        "16": "logo-16.png"
    },
    "homepage_url": "http:\/\/rannios.free.fr\/?\/notepad",
    "manifest_version": 2,
    "version": "1.0"
}