Shortkut

Boost your productivity with AI powered shortcuts

什么是Shortkut?

Shortkut是由ShortkutAI开发的Chrome扩展程序,该扩展的主要功能是“Boost your productivity with AI powered shortcuts”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Shortkut扩展crx文件

下载Shortkut扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Introducing Shortkut AI: Unleash the Power of Generative AI with Custom Shortcuts

Shortkut AI is an innovative and versatile chrome extension that empowers users to harness the capabilities of generative AI right at their fingertips. With Shortkut AI, you can now effortlessly invoke AI models to generate content for any input field on the internet, revolutionizing your online experience. Whether you're drafting a blog post, composing a tweet, or crafting a follow-up email, Shortkut AI will be your trusted companion in enhancing productivity and creativity.

Key Features:

1. Seamless Integration: Shortkut AI seamlessly integrates into your Chrome browser, making it easily accessible whenever you need it. Once installed, you'll find the Shortkut AI icon conveniently located in your toolbar, ready to assist you in generating compelling content with just a click.

2. Generative AI Power: Shortkut AI harnesses the power of state-of-the-art generative AI models, leveraging cutting-edge natural language processing techniques. The extension connects to powerful AI servers, ensuring lightning-fast response times and accurate content generation.

3. Custom Shortcuts: Shortkut AI enables you to create personalized shortcuts tailored to your specific needs. You can effortlessly configure shortcuts for various prompts, such as blog generators, tweet writers, follow-up email creators, and more. Simply define the shortcut, assign it a keyword or trigger, and you're ready to go. Say goodbye to repetitive writing tasks and hello to unparalleled efficiency!

4. Intelligent Content Generation: By utilizing AI models, Shortkut AI understands context, grammar, and tone, ensuring the generated content aligns seamlessly with your requirements. With a vast repository of training data, the AI models excel in mimicking human-like language patterns, producing high-quality content that is both engaging and authentic.

5. User-Friendly Interface: Shortkut AI boasts a user-friendly and intuitive interface, designed to enhance your productivity without any steep learning curve. The extension is easy to navigate, allowing you to effortlessly switch between different AI prompts, customize settings, and fine-tune the generated content to match your unique style and preferences.

6. Privacy and Security: We understand the importance of safeguarding your data and privacy. Shortkut AI operates securely, adhering to stringent privacy practices. All user interactions and data transmissions are encrypted to ensure confidentiality, and your personal information is never stored or shared with third parties.

7. Regular Updates and Improvements: Our dedicated team of developers is committed to continuously improving Shortkut AI, adding new AI models, expanding the library of shortcuts, and refining the user experience. You can expect regular updates to ensure you have access to the latest advancements in AI technology.

Whether you're a content creator, a social media enthusiast, or a professional seeking to streamline your writing process, Shortkut AI is the ultimate tool for boosting your productivity and unleashing your creativity. Say goodbye to writer's block and embrace the limitless possibilities of generative AI. Install Shortkut AI today and witness the transformative power of AI-enhanced content generation.                    

扩展基本信息

名称 Shortkut Shortkut
ID kgmbdgafeheljngobiflcjfmhpmklncg
官方URL https://chromewebstore.google.com/detail/shortkut/kgmbdgafeheljngobiflcjfmhpmklncg
简介 Boost your productivity with AI powered shortcuts
文件大小 612 KB
安装次数 42
当前版本 1.0.5
更新时间 2023-07-11
上架时间 2023-05-14
评分 3.67/5 共3次评分
开发者 ShortkutAI
电子邮箱 [email protected]
付费类型 free
扩展官网 https://shortkut.ai
隐私政策页面URL https://www.shortkut.ai/privacy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.6c567d50.png",
        "32": "icon32.plasmo.76b92899.png",
        "48": "icon48.plasmo.aced7582.png",
        "64": "icon64.plasmo.8bb5e6e0.png",
        "128": "icon128.plasmo.3c1ed2d2.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.6c567d50.png",
            "32": "icon32.plasmo.76b92899.png",
            "48": "icon48.plasmo.aced7582.png",
            "64": "icon64.plasmo.8bb5e6e0.png",
            "128": "icon128.plasmo.3c1ed2d2.png"
        }
    },
    "version": "1.0.5",
    "author": "sujantkumarkv & uditkumar01",
    "name": "Shortkut",
    "description": "Boost your productivity with AI powered shortcuts",
    "background": {
        "service_worker": "background.93e42914.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "contents.04ff201a.js"
            ],
            "css": [
                "content.3435b64b.css",
                "contents.2f707827.css"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "resources": [
                "logo.5c3a28f0.png"
            ]
        }
    ]
}