Lightweight Notepad
Very very lightweight notepad.
Wat is Lightweight Notepad?
Lightweight Notepad is een Chrome-extensie ontwikkeld door Murali Krishna Chanda, en de belangrijkste functie is "Very very lightweight notepad.".
Extensie Screenshots
Download het CRX-bestand van de extensie Lightweight Notepad
Download Lightweight Notepad-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
A very lightweight notepad used for taking faster notes like storing phone numbers, mail IDs etc. It will save the data as you type. Basisinformatie over de Extensie
| Naam | |
| ID | pkhiahnopknkooefhefdbalaaboepmbm |
| Officiële URL | https://chromewebstore.google.com/detail/lightweight-notepad/pkhiahnopknkooefhefdbalaaboepmbm |
| Beschrijving | Very very lightweight notepad. |
| Bestandsgrootte | 41.88 KB |
| Aantal Installaties | 1,218 |
| Huidige Versie | 4 |
| Laatst Bijgewerkt | 2019-04-01 |
| Publicatiedatum | 2019-04-01 |
| Beoordeling | 4.44/5 Totaal 16 Beoordelingen |
| Ontwikkelaar | Murali Krishna Chanda |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Lightweight Notepad",
"version": "4",
"manifest_version": 2,
"description": "Very very lightweight notepad.",
"browser_action": {
"default_icon": "notepad.png",
"default_popup": "notepad.html"
},
"content_scripts": [
{
"js": [
"jquery-3.3.1.min.js",
"function.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"offline_enabled": true
} | |