CodePad
A whole new way to use your Chrome Tab. Open a new tab to take notes.
Was ist CodePad?
CodePad ist eine Chrome-Erweiterung, die von webnirmanam entwickelt wurde, und ihr Hauptmerkmal ist "A whole new way to use your Chrome Tab. Open a new tab to take notes.".
Erweiterungsscreenshots
CodePad-Erweiterungs-CRX-Datei herunterladen
Laden Sie CodePad-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 whole new way to use your Chrome Tab. Open a new tab to take notes.
Grundlegende Informationen zur Erweiterung
Name | CodePad |
ID | nlanembjpnihooihcihdciioiefilplk |
Offizielle URL | https://chromewebstore.google.com/detail/codepad/nlanembjpnihooihcihdciioiefilplk |
Beschreibung | A whole new way to use your Chrome Tab. Open a new tab to take notes. |
Dateigröße | 159 KB |
Installationsanzahl | 169 |
Aktuelle Version | 1.1 |
Letztes Update | 2018-10-24 |
Veröffentlichungsdatum | 2018-10-23 |
Bewertung | 5.00/5 Insgesamt 5 Bewertungen |
Entwickler | webnirmanam |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://webnirmanam.com |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CodePad", "short_name": "Pad", "version": "1.1", "manifest_version": 2, "description": "A whole new way to use your Chrome Tab. Open a new tab to take notes.", "icons": { "18": "img\/icon\/icon18.png", "48": "img\/icon\/icon48.png", "128": "img\/icon\/icon128.png" }, "background": { "scripts": [ "js\/bundle.js" ] }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "fontSettings" ] } |