Simple NotePad Sync

Extremely simple notepad. Just write or paste text and it will be shared in all your Chrome's

Was ist Simple NotePad Sync?

Simple NotePad Sync ist eine Chrome-Erweiterung, die von Subgurim entwickelt wurde, und ihr Hauptmerkmal ist "Extremely simple notepad. Just write or paste text and it will be shared in all your Chrome's".

Erweiterungsscreenshots

screenshot

Simple NotePad Sync-Erweiterungs-CRX-Datei herunterladen

Laden Sie Simple NotePad Sync-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Extremely simple notepad.

Just write or paste text and it will be shared in all your Chrome's                    

Grundlegende Informationen zur Erweiterung

Name Simple NotePad Sync Simple NotePad Sync
ID bbekgiidjkhflbpmcoiolidflfpganjk
Offizielle URL https://chromewebstore.google.com/detail/simple-notepad-sync/bbekgiidjkhflbpmcoiolidflfpganjk
Beschreibung Extremely simple notepad. Just write or paste text and it will be shared in all your Chrome's
Dateigröße 35.64 KB
Installationsanzahl 405
Aktuelle Version 1.2
Letztes Update 2014-06-13
Veröffentlichungsdatum 2014-06-13
Bewertung 4.44/5 Insgesamt 9 Bewertungen
Entwickler Subgurim
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple NotePad Sync",
    "version": "1.2",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "clipboardWrite"
    ]
}