WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Wordara - Smarter Prompts And Writing

Wordara - Smarter Prompts And Writing

View on Chrome Web Store
View Wordara - Smarter Prompts And Writing Chrome Extension on Chrome Web Store
Add to bookmarks
4.9 (16 ratings)
2 new ratings
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Simplify your AI prompts with one click using advanced AI optimization
Type
Extension
Users
184 users
1
Exchange Group
View author page of Exchange Group
Published
Published on October 16, 2025
Version 1.3.6
Manifest version
3
Updated
Updated on December 30, 2025
productivity/communication
Extension Category
View on Chrome Web Store
View Wordara - Smarter Prompts And Writing Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Wordara - Smarter Prompts And Writing",
    "version": "1.3.6",
    "description": "Simplify your AI prompts with one click using advanced AI optimization",
    "permissions": [
        "storage",
        "scripting",
        "tabs",
        "contextMenus"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content.js",
                "content-ui.js",
                "content-ask.js"
            ],
            "css": [
                "content.css"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "match_about_blank": true
        },
        {
            "matches": [
                "https:\/\/wordara.cc\/*"
            ],
            "js": [
                "dashboard-sync.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "commands": {
        "show-wordara": {
            "suggested_key": {
                "default": "Alt+W",
                "mac": "Alt+W",
                "windows": "Alt+W",
                "linux": "Alt+W"
            },
            "description": "Show the Wordara action palette"
        },
        "run-wordara-default-action": {
            "suggested_key": {
                "default": "Alt+D",
                "mac": "Alt+D",
                "windows": "Alt+D",
                "linux": "Alt+D"
            },
            "description": "Run the current default Wordara action"
        }
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "omnibox": {
        "keyword": "wordara"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "icons\/icon16.png",
                "icons\/icon32.png",
                "icons\/icon48.png",
                "icons\/icon128.png"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
© 2026 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top