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によって開発されたChromeの拡張機能で、その主な機能は「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

Code Snippets AI: Save your code snippets拡張機能のCRXファイルをダウンロード

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 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
Eメール [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"
    }
}