smudge.ai

Add AI-powered commands to your browser’s right-click menu.

smudge.ai क्या है?

smudge.ai https://smudge.ai द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add AI-powered commands to your browser’s right-click menu."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में smudge.ai एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        Smudge is a browser extension that puts AI tools powered by ChatGPT into your right-click menu, so you can do things like Revise/Translate/Summarize just as easily as commands you already use, like Cut/Copy/Paste. It’s one of the easiest ways to integrate AI into your everyday workflow. There are over a dozen built-in commands you can use for free, or you can create your own custom commands in the pro version for $5/mo. 

———————————————————
Learn more at https://smudge.ai
———————————————————

Popular commands
➤ Summarize. Briefly recap the main points of a long article or document.
➤ Correct. Fix any spelling, punctuation, and grammar mistakes.
➤ Bulletize. Convert walls of text into a concise bullet-point list.
➤ Refine. Polish and revise your writing to improve its readability.
➤ Translate. Translate text from just about any language.

You can also create your own commands. Use custom commands to automate repetitive tasks, improve upon our built-in commands, or do something fun and creative.

For example:
➤ Extract a concise bullet-point to-do list from an email.
➤ Improve the readability and flow of your website copy.
➤ Describe the functionality of computer code in plain English.
➤ Rewrite an email to make it more friendly or professional
➤ Generate study notes from a passage, using markdown formatting for headers and lists.

———————————————————

Pricing

Free tier:
- No account required
- Never expires
- 10 daily GPT-3.5 commands
- No custom commands
- ~1,000-word limit per command

$5/mo subscription tier:
- Unlimited daily commands
- Access to GPT-4
- Create your own commands
- ~12,000-word limit per command

———————————————————

What's new:
👉 Light mode & dark mode support
👉 Run your commands with GPT-4 (no need to pay for ChatGPT Plus!)
👉 AI responses support syntax highlighting and markdown formatting                    

एक्सटेंशन की मूल जानकारी

नाम smudge.ai smudge.ai
ID mhagofdaceclicecldngmdlnljcmebcn
आधिकारिक URL https://chromewebstore.google.com/detail/smudgeai/mhagofdaceclicecldngmdlnljcmebcn
विवरण Add AI-powered commands to your browser’s right-click menu.
फ़ाइल का आकार 4.47 MB
स्थापना संख्या 370
वर्तमान संस्करण 1.7.3
अंतिम अपडेट 2024-02-19
प्रकाशन तिथि 2023-10-05
रेटिंग 4.33/5 कुल 6 रेटिंग्स
डेवलपर https://smudge.ai
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://smudge.ai
गोपनीयता नीति पृष्ठ URL https://smudge.ai/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "smudge.ai",
    "version": "1.7.3",
    "version_name": "1.7.3",
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "64": "icon-64.png",
        "128": "icon-128.png"
    },
    "description": "Add AI-powered commands to your browser\u2019s right-click menu.",
    "homepage_url": "https:\/\/smudge.ai",
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "side_panel": {
        "default_path": "index.html"
    },
    "minimum_chrome_version": "116",
    "permissions": [
        "contextMenus",
        "sidePanel",
        "storage"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/smudge.ai\/",
            "https:\/\/smudge.ai\/gallery"
        ]
    }
}