WebExtension.net
WebExtension.net

Enanito

View on Chrome Web Store
View Enanito Chrome Extension on Chrome Web Store
0.0 (0 ratings)

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

Learn spanish with spanishdict.com & verbix.com. Create Obsidian.md notes and CSV files.
Type
Extension
Users
7 users
dweorh's solutions
View author page of dweorh's solutions
Published
Published on June 17, 2023
Version 0.5.4
Manifest version
3
Updated
Updated on June 30, 2024
View on Chrome Web Store
View Enanito Chrome Extension on Chrome Web Store
productivity/tools
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Enanito",
    "default_locale": "en",
    "description": "Learn spanish with spanishdict.com & verbix.com. Create Obsidian.md notes and CSV files.",
    "version": "0.5.4",
    "author": "dweorh's solutions",
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        },
        "default_popup": "popup.html",
        "default_title": "Enanito"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "contentScript.js"
            ],
            "css": [
                "contentScript.css",
                "app\/styles\/common.css"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "app\/js\/pageScripts.js"
            ],
            "matches": [
                "https:\/\/*.verbix.com\/*",
                "https:\/\/*.spanishdict.com\/*"
            ]
        }
    ]
}
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