Lightweight Notepad
Very very lightweight notepad.
Hvad er Lightweight Notepad?
Lightweight Notepad er en Chrome-udvidelse udviklet af Murali Krishna Chanda, og dens hovedfunktion er "Very very lightweight notepad.".
Udvidelsesskærmbilleder
Download Lightweight Notepad-udvidelses-CRX-fil
Download Lightweight Notepad-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
A very lightweight notepad used for taking faster notes like storing phone numbers, mail IDs etc. It will save the data as you type. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | pkhiahnopknkooefhefdbalaaboepmbm |
| Officiel URL | https://chromewebstore.google.com/detail/lightweight-notepad/pkhiahnopknkooefhefdbalaaboepmbm |
| Beskrivelse | Very very lightweight notepad. |
| Filstørrelse | 41.88 KB |
| Antal Installationer | 1,218 |
| Nuværende Version | 4 |
| Senest Opdateret | 2019-04-01 |
| Udgivelsesdato | 2019-04-01 |
| Bedømmelse | 4.44/5 Samlet 16 Bedømmelser |
| Udvikler | Murali Krishna Chanda |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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
} | |