Open With
Quickly test out your web pages in Edge, Firefox, Safari, or Opera.
Open With là gì?
Open With là một tiện ích mở rộng Chrome được phát triển bởi Geoff Lankow, và tính năng chính của nó là "Quickly test out your web pages in Edge, Firefox, Safari, or Opera.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Open With
Tải xuống các tệp mở rộng Open With dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Quickly test out your web pages in Edge, Firefox, Safari, or Opera.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | cogjlncmljjnjpbgppagklanlcbchlno |
URL Chính Thức | https://chrome.google.com/webstore/detail/open-with/cogjlncmljjnjpbgppagklanlcbchlno |
Mô tả | Quickly test out your web pages in Edge, Firefox, Safari, or Opera. |
Kích Thước Tệp | 338 KB |
Số Lần Cài Đặt | 7,000 |
Phiên Bản Hiện Tại | 7.2.1 |
Cập Nhật Lần Cuối | 2019-09-04 |
Ngày Phát Hành | 2019-09-04 |
Đánh Giá | 4.29/5 Tổng số 42 Đánh Giá |
Nhà Phát Triển | Geoff Lankow |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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__" } } } |