Synotepad

Instant saving notepad

Wat is Synotepad?

Synotepad is een Chrome-extensie ontwikkeld door mathias.lecuyer, en de belangrijkste functie is "Instant saving notepad".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Synotepad

Download Synotepad-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Synotepad Synotepad
ID mmmbiihnjgnaklgnpjnppfehfilhpndo
Officiële URL https://chromewebstore.google.com/detail/synotepad/mmmbiihnjgnaklgnpjnppfehfilhpndo
Beschrijving Instant saving notepad
Bestandsgrootte 62.46 KB
Aantal Installaties 666
Huidige Versie 1.0
Laatst Bijgewerkt 2013-04-21
Publicatiedatum 2013-04-21
Beoordeling 3.75/5 Totaal 8 Beoordelingen
Ontwikkelaar mathias.lecuyer
Betalingswijze free
Extensiewebsite http://rannios.free.fr/?/notepad
Ondersteunde Talen 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"
}