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 |
公式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 |
Eメール | [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": [ " |