CodePad
A whole new way to use your Chrome Tab. Open a new tab to take notes.
What is CodePad?
CodePad is a Chrome extension developed by webnirmanam, and its main feature is "A whole new way to use your Chrome Tab. Open a new tab to take notes.".
Extension Screenshots
Download CodePad Extension CRX File
Download CodePad extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A whole new way to use your Chrome Tab. Open a new tab to take notes.
Extension Basic Information
Name | CodePad |
ID | nlanembjpnihooihcihdciioiefilplk |
Official URL | https://chromewebstore.google.com/detail/codepad/nlanembjpnihooihcihdciioiefilplk |
Description | A whole new way to use your Chrome Tab. Open a new tab to take notes. |
File Size | 159 KB |
Installation Count | 169 |
Current Version | 1.1 |
Last Updated | 2018-10-24 |
Publish Date | 2018-10-23 |
Rating | 5.00/5 Total 5 Ratings |
Developer | webnirmanam |
[email protected] | |
Payment Type | free |
Extension Website | https://webnirmanam.com |
Supported Languages | 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" ] } |