Save Code
Save, organize & share code snippets that work
O que é Save Code?
Save Code é uma extensão do Chrome desenvolvida por https://thiscodeworks.com, e sua principal característica é "Save, organize & share code snippets that work".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Save Code
Baixe arquivos de extensão Save Code 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
This tool is for saving that one piece of code that worked after (what seems like an eternity) of searching, trying and searching again. Save that code snippet for the next time you'll need it. This extension saves code snippets that you across on the web, as well as, useful webpages that help you with coding. All you have to do is click the "save" button that appears below snippets or just select text anywhere and right-click to save! You can organize your code in collections and access it anytime from the web hosted on thiscodeworks.com. This extension syncs with the web app and Visual Studio Code extension. You can also share your snippets as a link, image, or embeddable HTML iframe. (If you come across some bugs or issues, please let us know right away at [email protected]. Thanks!)
Informações Básicas da Extensão
Nome | Save Code |
ID | annlhfjgbkfmbbejkbdpgbmpbcjnehbb |
URL Oficial | https://chromewebstore.google.com/detail/save-code/annlhfjgbkfmbbejkbdpgbmpbcjnehbb |
Descrição | Save, organize & share code snippets that work |
Tamanho do Arquivo | 116 KB |
Contagem de Instalações | 5,232 |
Versão Atual | 2.0.1.6 |
Última Atualização | 2021-06-22 |
Data de Publicação | 2020-06-30 |
Classificação | 5.00/5 Total de 13 Avaliações |
Desenvolvedor | https://thiscodeworks.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.thiscodeworks.com/extension |
URL da Página de Ajuda | https://www.thiscodeworks.com/contact |
URL da Página de Política de Privacidade | https://www.thiscodeworks.com/privacypolicy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Save Code", "version": "2.0.1.6", "description": "Save, organize & share code snippets that work", "permissions": [ "activeTab", "storage", "contextMenus" ], "background": { "scripts": [ "background.js", "popup.js", "context.js" ], "persistent": false }, "content_scripts": [ { "matches": [ " |