WebExtension.net
WebExtension.net

Mova

View on Chrome Web Store
View Mova Chrome Extension on Chrome Web Store
5.0 (6 ratings)

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

A translator from Russian into Belarusian
Type
Extension
Users
107 users
2
Alexander Shutau
View author page of Alexander Shutau
Published
Published on January 23, 2020
Version 1.1.3
Manifest version
2
Updated
Updated on March 30, 2020
View on Chrome Web Store
View Mova 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": "Mova",
    "version": "1.1.3",
    "author": "Alexander Shutau",
    "description": "__MSG_extension_description__",
    "default_locale": "en",
    "browser_action": {
        "default_title": "Mova",
        "default_popup": "popup\/index.html",
        "default_icon": {
            "19": "icons\/icon-19x19.png",
            "38": "icons\/icon-38x38.png"
        }
    },
    "icons": {
        "16": "icons\/icon-16x16.png",
        "48": "icons\/icon-48x48.png",
        "128": "icons\/icon-128x128.png"
    },
    "background": {
        "persistent": true,
        "page": "background\/index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content\/index.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "match_about_blank": true
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "<all_urls>"
    ],
    "commands": {
        "toggle_extension": {
            "suggested_key": {
                "default": "Alt+Shift+B"
            },
            "description": "__MSG_toggle_extension__"
        },
        "toggle_website": {
            "suggested_key": {
                "default": "Alt+Shift+M"
            },
            "description": "__MSG_toggle_website__"
        }
    }
}
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