Developer's Codebox

Keep your most used code snippets organized and handy in Developer's Codebox

O que é Developer's Codebox?

Developer's Codebox é uma extensão do Chrome desenvolvida por https://phenomcraftstudios.com, e sua principal característica é "Keep your most used code snippets organized and handy in Developer's Codebox".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Developer's Codebox

Baixe arquivos de extensão Developer's Codebox no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Developer's Codebox Developer's Codebox
ID dpmgkmhejfmekgcnpofhdnnjdfekmmhc
URL Oficial https://chromewebstore.google.com/detail/developers-codebox/dpmgkmhejfmekgcnpofhdnnjdfekmmhc
Descrição Keep your most used code snippets organized and handy in Developer's Codebox
Tamanho do Arquivo 57.03 KB
Contagem de Instalações 29
Versão Atual 0.0.1
Última Atualização 2020-05-17
Data de Publicação 2020-05-17
Desenvolvedor https://phenomcraftstudios.com
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}