Q Pad

The simple notepad.

Was ist Q Pad?

Q Pad ist eine Chrome-Erweiterung, die von chick307 entwickelt wurde, und ihr Hauptmerkmal ist "The simple notepad.".

Erweiterungsscreenshots

screenshot

Q Pad-Erweiterungs-CRX-Datei herunterladen

Laden Sie Q Pad-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

                        The simple notepad.
You can share note via Gmail, Blogger or Twitter.

"Ctrl + Shift + /" → to show list of shortcut keys                    

Grundlegende Informationen zur Erweiterung

Name Q Pad Q Pad
ID gkaekoklibblfgbmjcellibkjmgddcjh
Offizielle URL https://chromewebstore.google.com/detail/q-pad/gkaekoklibblfgbmjcellibkjmgddcjh
Beschreibung The simple notepad.
Dateigröße 183 KB
Installationsanzahl 873
Aktuelle Version 1.0.0
Letztes Update 2014-03-05
Veröffentlichungsdatum 2014-03-04
Bewertung 4.33/5 Insgesamt 42 Bewertungen
Entwickler chick307
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/chick307/Q-Pad
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Q Pad",
    "version": "1.0.0",
    "description": "The simple notepad.",
    "icons": {
        "16": "images\/qpad-16.png",
        "128": "images\/qpad-128.png"
    },
    "permissions": [
        "tabs",
        "*:\/\/*\/*"
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "vendor\/angular\/angular.js",
            "scripts\/events.js",
            "scripts\/wrapped-storage.js",
            "scripts\/app.js",
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_title": "Q Pad",
        "default_icon": "images\/qpad-19.png"
    },
    "options_page": "options-page\/index.html"
}