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.
Code Snippets AI: Save your code snippetsคืออะไร?
Code Snippets AI: Save your code snippets เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://codesnippets.ai และคุณลักษณะหลักของมันคือ "Adds save + copy buttons for all code blocks on the web. Save code snippets straight into your Code Snippets AI library."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Code Snippets AI: Save your code snippets
ดาวน์โหลดไฟล์ส่วนขยาย Code Snippets AI: Save your code snippets ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Code Snippets AI: Save your code snippets |
ID | jakcfffjpicjchmjobhdhicakjbmefka |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/code-snippets-ai-save-you/jakcfffjpicjchmjobhdhicakjbmefka |
คำอธิบาย | Adds save + copy buttons for all code blocks on the web. Save code snippets straight into your Code Snippets AI library. |
ขนาดไฟล์ | 113 KB |
จำนวนการติดตั้ง | 146 |
เวอร์ชันปัจจุบัน | 0.0.1 |
อัปเดตครั้งล่าสุด | 2023-09-15 |
วันที่เผยแพร่ | 2023-09-15 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://codesnippets.ai |
อีเมล | [email protected] |
ประเภทการชำระเงิน | in_app |
เว็บไซต์ส่วนขยาย | https://codesnippets.ai |
URL หน้าช่วยเหลือ | https://codesnippets.ai/faq |
URL หน้านโยบายความเป็นส่วนตัว | https://codesnippets.ai/privacy |
ภาษาที่รองรับ | 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": [ " |