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 |
官方網址 | 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" } } |