Web Notepad
Free Chrome extention notepad
Was ist Web Notepad?
Web Notepad ist eine Chrome-Erweiterung, die von gopityro entwickelt wurde, und ihr Hauptmerkmal ist "Free Chrome extention notepad".
Erweiterungsscreenshots
Web Notepad-Erweiterungs-CRX-Datei herunterladen
Laden Sie Web Notepad-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
A Free online web notepad. You can add your notes and save directly. You can add notes/text from websites you visit by just select the text and right click add to notes.
Grundlegende Informationen zur Erweiterung
Name | Web Notepad |
ID | hdlkbfdalcejhcbnbmfpnkjldkjkfcmb |
Offizielle URL | https://chromewebstore.google.com/detail/web-notepad/hdlkbfdalcejhcbnbmfpnkjldkjkfcmb |
Beschreibung | Free Chrome extention notepad |
Dateigröße | 67.74 KB |
Installationsanzahl | 517 |
Aktuelle Version | 1.0 |
Letztes Update | 2023-09-04 |
Veröffentlichungsdatum | 2019-03-25 |
Bewertung | 5.00/5 Insgesamt 4 Bewertungen |
Entwickler | gopityro |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Gopi Tyro", "browser_action": { "default_icon": "img\/icon-48.png", "default_popup": "popup.html" }, "description": "Free Chrome extention notepad", "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "background": { "persistent": false, "scripts": [ "js\/background.js" ] }, "manifest_version": 2, "name": "Web Notepad", "permissions": [ "activeTab", "storage", "contextMenus" ], "version": "1.0" } |