CrossBrowserTesting Test Launcher
Opens the CrossBrowserTesting Test Launcher widget in the currently active tab
What is CrossBrowserTesting Test Launcher?
CrossBrowserTesting Test Launcher is a Chrome extension developed by clanceyp, and its main feature is "Opens the CrossBrowserTesting Test Launcher widget in the currently active tab".
Extension Screenshots
Download CrossBrowserTesting Test Launcher Extension CRX File
Download CrossBrowserTesting Test Launcher extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Opens the CrossBrowserTesting Test Launcher widget in current active tab
Extension Basic Information
Name | CrossBrowserTesting Test Launcher |
ID | ikmhkfpailndbnaoefdnmjkdneigklim |
Official URL | https://chromewebstore.google.com/detail/crossbrowsertesting-test/ikmhkfpailndbnaoefdnmjkdneigklim |
Description | Opens the CrossBrowserTesting Test Launcher widget in the currently active tab |
File Size | 56.93 KB |
Installation Count | 241 |
Current Version | 1.7.2 |
Last Updated | 2018-01-31 |
Publish Date | 2018-01-31 |
Rating | 3.00/5 Total 1 Ratings |
Developer | clanceyp |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CrossBrowserTesting Test Launcher", "short_name": "CBT Launcher", "version": "1.7.2", "description": "Opens the CrossBrowserTesting Test Launcher widget in the currently active tab", "background": { "scripts": [ "lib\/js\/background.js" ], "persistent": false }, "browser_action": { "default_icon": "lib\/assets\/icon-48.png", "default_title": "Launch CBT v${version}" }, "permissions": [ "activeTab" ], "icons": { "48": "lib\/assets\/icon-48.png" }, "manifest_version": 2 } |