WebExtension.net
WebExtension.net

Open in Yandex™ Browser

View on Chrome Web Store
View Open in Yandex™ Browser 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.

Open current page, link, or all tabs in the Yandex browser.
Type
Extension
Users
3,000 users
rynu.smith
View author page of rynu.smith
Published
Published on August 29, 2017
Version 0.2.0
Manifest version
3
Updated
Updated on May 6, 2024
View on Chrome Web Store
View Open in Yandex™ Browser 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",
    "name": "Open in Yandex\u2122 Browser",
    "description": "Open current page, link, or all tabs in the Yandex browser.",
    "version": "0.2.0",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "contextMenus",
        "nativeMessaging"
    ],
    "optional_permissions": [
        "tabs",
        "downloads"
    ],
    "background": {
        "service_worker": "worker.js"
    },
    "storage": {
        "managed_schema": "schema.json"
    },
    "homepage_url": "https:\/\/webextension.org\/listing\/open-in.html?from=yandex",
    "icons": {
        "16": "\/data\/icons\/16.png",
        "32": "\/data\/icons\/32.png",
        "48": "\/data\/icons\/48.png",
        "64": "\/data\/icons\/64.png",
        "128": "\/data\/icons\/128.png",
        "256": "\/data\/icons\/256.png",
        "512": "\/data\/icons\/512.png"
    },
    "action": [],
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "\/data\/inject.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "match_about_blank": true
        }
    ],
    "options_ui": {
        "page": "\/data\/options\/index.html",
        "open_in_tab": true
    }
}
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