WebExtension.net
WebExtension.net

IE Tab

View on Chrome Web Store
View IE Tab Chrome Extension on Chrome Web Store
4.3 (19,119 ratings)

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

Display web pages using IE within Chrome. Use Java, Silverlight, ActiveX, Sharepoint, and more.
Type
Extension
Users
5,000,000 users
Blackfish Software
View author page of Blackfish Software
Featured Extension

Hand-picked for quality and usefulness

Published
Published on December 5, 2009
Version 17.10.23.1
Manifest version
3
Updated
Updated on October 24, 2024
View on Chrome Web Store
View IE Tab Chrome Extension on Chrome Web Store
productivity/tools
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IE Tab",
    "short_name": "IE Tab",
    "manifest_version": 3,
    "version": "17.10.23.1",
    "description": "__MSG_extDescription__",
    "options_page": "options.html",
    "default_locale": "en_US",
    "storage": {
        "managed_schema": "managed_schema.json"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.ietab.net\/*"
            ],
            "js": [
                "js\/extapi_cs.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "js\/ietabapi_cs.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "images\/chromeie16.png",
        "32": "images\/chromeie32.png",
        "48": "images\/chromeie48.png",
        "128": "images\/chromeie128.png"
    },
    "action": {
        "default_icon": "images\/chromeba.png",
        "default_title": "__MSG_extBrowserActionTooltip__"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "js\/extapi_wp.js",
                "js\/ietabapi_wp.js",
                "redir.htm",
                "options.html"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.ietab.net\/*"
        ],
        "ids": [
            "*"
        ]
    },
    "permissions": [
        "tabs",
        "storage",
        "contextMenus",
        "webRequest",
        "webRequestBlocking",
        "nativeMessaging",
        "cookies",
        "alarms",
        "offscreen",
        "declarativeNetRequestWithHostAccess"
    ],
    "optional_permissions": [
        "downloads"
    ],
    "host_permissions": [
        "<all_urls>"
    ]
}
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