Save Code
Save, organize & share code snippets that work
Save Code란 무엇입니까?
Save Code은(는) https://thiscodeworks.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save, organize & share code snippets that work"입니다.
확장 프로그램 스크린샷
Save Code 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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!)
확장 프로그램 기본 정보
이름 | Save Code |
ID | annlhfjgbkfmbbejkbdpgbmpbcjnehbb |
공식 URL | https://chromewebstore.google.com/detail/save-code/annlhfjgbkfmbbejkbdpgbmpbcjnehbb |
설명 | Save, organize & share code snippets that work |
파일 크기 | 116 KB |
설치 횟수 | 5,232 |
현재 버전 | 2.0.1.6 |
최근 업데이트 | 2021-06-22 |
출시 날짜 | 2020-06-30 |
평점 | 5.00/5 총 13 개의 평점 |
개발자 | https://thiscodeworks.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.thiscodeworks.com/extension |
도움말 페이지 URL | https://www.thiscodeworks.com/contact |
개인정보 보호 정책 페이지 URL | https://www.thiscodeworks.com/privacypolicy |
지원되는 언어 | 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": [ " |