Open With
Quickly test out your web pages in Edge, Firefox, Safari, or Opera.
什么是Open With?
Open With是由Geoff Lankow开发的Chrome扩展程序,该扩展的主要功能是“Quickly test out your web pages in Edge, Firefox, Safari, or Opera.”。
扩展截图
下载Open With扩展crx文件
下载Open With扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Quickly test out your web pages in Edge, Firefox, Safari, or Opera.
扩展基本信息
名称 | |
ID | cogjlncmljjnjpbgppagklanlcbchlno |
官方URL | https://chrome.google.com/webstore/detail/open-with/cogjlncmljjnjpbgppagklanlcbchlno |
简介 | Quickly test out your web pages in Edge, Firefox, Safari, or Opera. |
文件大小 | 338 KB |
安装次数 | 7,000 |
当前版本 | 7.2.1 |
更新时间 | 2019-09-04 |
上架时间 | 2019-09-04 |
评分 | 4.29/5 共42次评分 |
开发者 | Geoff Lankow |
付费类型 | free |
支持的语言 | de,en,pl,bg,ru,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription_chrome__", "version": "7.2.1", "default_locale": "en", "icons": { "16": "images\/openwith16.png", "24": "images\/openwith24.png", "32": "images\/openwith32.png", "48": "images\/openwith48.png", "64": "images\/openwith64.png", "96": "images\/openwith96.png" }, "background": { "scripts": [ "common.js", "background.js" ] }, "permissions": [ "contextMenus", "downloads", "nativeMessaging", "storage", "tabs" ], "browser_action": { "default_icon": { "16": "images\/openwith16.png", "24": "images\/openwith24.png", "32": "images\/openwith32.png", "48": "images\/openwith48.png", "64": "images\/openwith64.png", "96": "images\/openwith96.png" }, "default_popup": "action.html" }, "options_ui": { "open_in_tab": true, "page": "options.html" }, "commands": { "open_1": { "suggested_key": { "default": "Alt+Shift+I" }, "description": "__MSG_shortcut_open1__" }, "open_2": { "suggested_key": { "default": "Alt+Shift+O" }, "description": "__MSG_shortcut_open2__" }, "open_3": { "suggested_key": { "default": "Alt+Shift+P" }, "description": "__MSG_shortcut_open3__" } } } |