Lightweight Notepad
Very very lightweight notepad.
Vad är Lightweight Notepad?
Lightweight Notepad är en Chrome-tillägg utvecklad av Murali Krishna Chanda, och dess huvudfunktion är "Very very lightweight notepad.".
Tilläggsskärmbilder
Ladda ner Lightweight Notepad-förlängningens CRX-fil
Ladda ner Lightweight Notepad-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Lightweight Notepad |
ID | pkhiahnopknkooefhefdbalaaboepmbm |
Officiell webbadress | https://chromewebstore.google.com/detail/lightweight-notepad/pkhiahnopknkooefhefdbalaaboepmbm |
Beskrivning | Very very lightweight notepad. |
Filstorlek | 41.88 KB |
Antal Installationer | 1,218 |
Aktuell Version | 4 |
Senast Uppdaterad | 2019-04-01 |
Publiceringsdatum | 2019-04-01 |
Betyg | 4.44/5 Totalt 16 Betyg |
Utvecklare | Murali Krishna Chanda |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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 } |