CodePad
A whole new way to use your Chrome Tab. Open a new tab to take notes.
什么是CodePad?
CodePad是由webnirmanam开发的Chrome扩展程序,该扩展的主要功能是“A whole new way to use your Chrome Tab. Open a new tab to take notes.”。
扩展截图
下载CodePad扩展crx文件
下载CodePad扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A whole new way to use your Chrome Tab. Open a new tab to take notes.
扩展基本信息
名称 | CodePad |
ID | nlanembjpnihooihcihdciioiefilplk |
官方URL | https://chromewebstore.google.com/detail/codepad/nlanembjpnihooihcihdciioiefilplk |
简介 | A whole new way to use your Chrome Tab. Open a new tab to take notes. |
文件大小 | 159 KB |
安装次数 | 169 |
当前版本 | 1.1 |
更新时间 | 2018-10-24 |
上架时间 | 2018-10-23 |
评分 | 5.00/5 共5次评分 |
开发者 | webnirmanam |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://webnirmanam.com |
支持的语言 | 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" ] } |