WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
GhostText

GhostText

View on Chrome Web Store
View GhostText Chrome Extension on Chrome Web Store
Add to bookmarks
4.8 (139 ratings)
1 new ratings
1 views
This extension has been viewed 1 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.

Write in the browser with your text editor.
Type
Extension
Users
6,000 users
1K
fregante
View author page of fregante
Published
Published on May 30, 2014
Version 24.8.11
Manifest version
3
Updated
Updated on May 24, 2025
productivity/developer
Extension Category
Website
Visit developer website
View on Chrome Web Store
View GhostText 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": "GhostText",
    "description": "Write in the browser with your text editor.",
    "version": "24.8.11",
    "minimum_chrome_version": "120",
    "author": "Federico Brigante",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png",
        "256": "icons\/icon256.png"
    },
    "content_security_policy": {
        "extension_pages": "connect-src 'self' http:\/\/localhost:* ws:; script-src 'self';"
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/localhost\/"
    ],
    "optional_permissions": [
        "*:\/\/*\/*"
    ],
    "optional_host_permissions": [
        "*:\/\/*\/*"
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "128.0"
        }
    },
    "options_ui": {
        "page": "options.html"
    },
    "action": {
        "default_title": "GhostText",
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "64": "icons\/icon64.png",
            "128": "icons\/icon128.png",
            "256": "icons\/icon256.png"
        }
    },
    "commands": {
        "open": {
            "description": "Connect to GhostText",
            "suggested_key": {
                "default": "Ctrl+Shift+K",
                "linux": "Ctrl+Shift+H"
            }
        },
        "close": {
            "description": "Disconnect from GhostText"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/localhost:4001\/*"
            ],
            "js": [
                "ghost-text.js",
                "options.js"
            ],
            "css": [
                "ghost-text.css"
            ]
        }
    ],
    "background": {
        "service_worker": "background.6ffbbf35.js",
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "background.js",
                "ghost-text.css",
                "ghost-text.js",
                "humane-ghosttext.css",
                "humane-ghosttext.js",
                "icons\/icon128.png",
                "icons\/icon16.png",
                "icons\/icon256.png",
                "icons\/icon32.png",
                "icons\/icon48.png",
                "icons\/icon64.png",
                "advanced-editors-messenger.js",
                "options-storage.js",
                "options.html",
                "options.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}
© 2025 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