Q Pad
The simple notepad.
Wat is Q Pad?
Q Pad is een Chrome-extensie ontwikkeld door chick307, en de belangrijkste functie is "The simple notepad.".
Extensie Screenshots
Download het CRX-bestand van de extensie Q Pad
Download Q Pad-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
The simple notepad.
You can share note via Gmail, Blogger or Twitter.
"Ctrl + Shift + /" → to show list of shortcut keys Basisinformatie over de Extensie
| Naam | |
| ID | gkaekoklibblfgbmjcellibkjmgddcjh |
| Officiële URL | https://chromewebstore.google.com/detail/q-pad/gkaekoklibblfgbmjcellibkjmgddcjh |
| Beschrijving | The simple notepad. |
| Bestandsgrootte | 183 KB |
| Aantal Installaties | 873 |
| Huidige Versie | 1.0.0 |
| Laatst Bijgewerkt | 2014-03-05 |
| Publicatiedatum | 2014-03-04 |
| Beoordeling | 4.33/5 Totaal 42 Beoordelingen |
| Ontwikkelaar | chick307 |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/chick307/Q-Pad |
| Ondersteunde Talen | 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"
} | |