Code Snippets AI: Save your code snippets
Adds save + copy buttons for all code blocks on the web. Save code snippets straight into your Code Snippets AI library.
Was ist Code Snippets AI: Save your code snippets?
Code Snippets AI: Save your code snippets ist eine Chrome-Erweiterung, die von https://codesnippets.ai entwickelt wurde, und ihr Hauptmerkmal ist "Adds save + copy buttons for all code blocks on the web. Save code snippets straight into your Code Snippets AI library.".
Erweiterungsscreenshots
Code Snippets AI: Save your code snippets-Erweiterungs-CRX-Datei herunterladen
Laden Sie Code Snippets AI: Save your code snippets-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Save any code you find on the web, directly to your Code Snippets AI Library. The easiest way to Copy & Save Code Snippets from the web. To get started, hover over any code snippet on a webpage and click the Copy button to add the code to your computer's clipboard. To save your Code Snippet directly to your Code Snippets Library, head over to our website to get your API Key. Once you've clicked 'Save' on a Code Snippet, our AI will generate a Title and determine the code language for the snippet, before saving it directly into your Secure, Online, Code Snippets Library. - Copy Code Snippets to your computer's clipboard - Generates a title for the snippet based on the snippet content - Determines the code’s language You can view and manage your snippets in your Code Snippets AI library! Please note: To save Code Snippets to your online library, you need to have an active subscription to our platform.
Grundlegende Informationen zur Erweiterung
Name | Code Snippets AI: Save your code snippets |
ID | jakcfffjpicjchmjobhdhicakjbmefka |
Offizielle URL | https://chromewebstore.google.com/detail/code-snippets-ai-save-you/jakcfffjpicjchmjobhdhicakjbmefka |
Beschreibung | Adds save + copy buttons for all code blocks on the web. Save code snippets straight into your Code Snippets AI library. |
Dateigröße | 113 KB |
Installationsanzahl | 146 |
Aktuelle Version | 0.0.1 |
Letztes Update | 2023-09-15 |
Veröffentlichungsdatum | 2023-09-15 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://codesnippets.ai |
[email protected] | |
Zahlungsart | in_app |
Erweiterungswebsite | https://codesnippets.ai |
Hilfeseite URL | https://codesnippets.ai/faq |
URL der Datenschutzrichtlinien-Seite | https://codesnippets.ai/privacy |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Code Snippets AI: Save your code snippets", "short_name": "Code Snippets AI", "version": "0.0.1", "author": "CodeSnippets.AI", "description": "Adds save + copy buttons for all code blocks on the web. Save code snippets straight into your Code Snippets AI library.", "permissions": [ "storage" ], "host_permissions": [ "https:\/\/codesnippets.ai\/" ], "content_scripts": [ { "matches": [ " |