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文件
下載Save Code擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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": [ " |