Developer's Codebox
Keep your most used code snippets organized and handy in Developer's Codebox
什么是Developer's Codebox?
Developer's Codebox是由https://phenomcraftstudios.com开发的Chrome扩展程序,该扩展的主要功能是“Keep your most used code snippets organized and handy in Developer's Codebox”。
扩展截图
下载Developer's Codebox扩展crx文件
下载Developer's Codebox扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Piece of code using more often, saw some cool copy or quote on any site, a note to save for later or just want to draft million dollar idea that came in your mind? with Developer's Codebox chrome extension, You can easily save the things, keep them organize and have them handy on your mouse click when you need them next time. You can use this extension for taking notes, for drafting cool idea or for adding code snippets you want to use next time. Features: • Save code snippets, notes, ideas etc.. • Works Offline • Free Please give me feedback if you like it or have ideas to improve this extension.
扩展基本信息
名称 | Developer's Codebox |
ID | dpmgkmhejfmekgcnpofhdnnjdfekmmhc |
官方URL | https://chromewebstore.google.com/detail/developers-codebox/dpmgkmhejfmekgcnpofhdnnjdfekmmhc |
简介 | Keep your most used code snippets organized and handy in Developer's Codebox |
文件大小 | 57.03 KB |
安装次数 | 29 |
当前版本 | 0.0.1 |
更新时间 | 2020-05-17 |
上架时间 | 2020-05-17 |
开发者 | https://phenomcraftstudios.com |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Developer's Codebox", "version": "0.0.1", "manifest_version": 2, "description": "Keep your most used code snippets organized and handy in Developer's Codebox", "homepage_url": "https:\/\/phenomcraftstudios.com", "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png" }, "content_security_policy": "script-src 'self'; object-src 'self'", "browser_action": { "default_icon": "icons\/icon128.png", "default_title": "Developer's Codebox", "default_popup": "developers-codebox.html" } } |