Simple Notepad
Opens multiple Tabs to take some notes or copy your clipboard inside, simple and easy to use.
Vad är Simple Notepad?
Simple Notepad är en Chrome-tillägg utvecklad av ishootbw, och dess huvudfunktion är "Opens multiple Tabs to take some notes or copy your clipboard inside, simple and easy to use.".
Tilläggsskärmbilder
Ladda ner Simple Notepad-förlängningens CRX-fil
Ladda ner Simple 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
Simple Notepad saves any plain text quickly and fast with no frills. Just insert your text manually or from your clipboard and here you go. - No unneeded stuff - Saves up to 4 Tabs - Fast and plain - Nice dark theme - converts your html text to plain
Grundläggande Information om Tillägg
Namn | Simple Notepad |
ID | nldebakbjbmjaikgkbpladlpjlefomap |
Officiell webbadress | https://chromewebstore.google.com/detail/simple-notepad/nldebakbjbmjaikgkbpladlpjlefomap |
Beskrivning | Opens multiple Tabs to take some notes or copy your clipboard inside, simple and easy to use. |
Filstorlek | 11.21 KB |
Antal Installationer | 49 |
Aktuell Version | 1.2 |
Senast Uppdaterad | 2018-07-14 |
Publiceringsdatum | 2018-07-14 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | ishootbw |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Simple Notepad", "version": "1.2", "author": "Ali Babi", "description": "Opens multiple Tabs to take some notes or copy your clipboard inside, simple and easy to use.", "manifest_version": 2, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "icon.png", "32": "icon32.png", "48": "icon48.png", "96": "icon96.png", "128": "icon128.png" } }, "icons": { "16": "icon.png", "32": "icon32.png", "48": "icon48.png", "96": "icon96.png", "128": "icon128.png" }, "permissions": [ "storage" ] } |