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 https://codesnippets.ai द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds save + copy buttons for all code blocks on the web. Save code snippets straight into your Code Snippets AI library."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Code Snippets AI: Save your code snippets एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 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": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_popup": "popup.html"
    }
}