WebExtension.net
WebExtension.net

Smoothie: Type Faster on Any Website

View on Chrome Web Store
View Smoothie: Type Faster on Any Website Chrome Extension on Chrome Web Store
4.2 (5 ratings)

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

Type faster with AI sentence predictions and custom text templates
Type
Extension
Users
452 users
3
Happy Dog
View author page of Happy Dog
Published
Published on February 24, 2020
Version 0.2.1
Manifest version
2
Updated
Updated on December 6, 2021
View on Chrome Web Store
View Smoothie: Type Faster on Any Website Chrome Extension on Chrome Web Store
productivity/workflow
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Smoothie: Type Faster on Any Website",
    "description": "Type faster with AI sentence predictions and custom text templates",
    "version": "0.2.1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "content_scripts\/smoothie-modal.css",
                "content_scripts\/editor.css",
                "content_scripts\/tutorial.css",
                "content_scripts\/enableSmoothie.css",
                "content_scripts\/tips.css",
                "content_scripts\/onboarding.css"
            ],
            "js": [
                "content_scripts\/utils.js",
                "content_scripts\/content.js",
                "content_scripts\/editor.js",
                "content_scripts\/tutorial.js",
                "content_scripts\/enableSmoothie.js",
                "content_scripts\/tips.js",
                "content_scripts\/textarea-caret-position.js",
                "content_scripts\/onboarding.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/cdn.jsdelivr.net\/npm\/[email protected]\/lib\/p5.min.js; object-src 'self'",
    "browser_action": {
        "default_icon": "icons\/round-icon-thick.png",
        "default_popup": "popup\/index.html",
        "default_title": "smoothie"
    },
    "permissions": [
        "tabs",
        "storage",
        "clipboardRead",
        "clipboardWrite"
    ],
    "icons": {
        "16": "icons\/icon.png",
        "48": "icons\/icon.png",
        "128": "icons\/icon.png"
    },
    "web_accessible_resources": [
        "Open_Sans\/*"
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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