Open With
Quickly test out your web pages in Edge, Firefox, Safari, or Opera.
Hvad er Open With?
Open With er en Chrome-udvidelse udviklet af Geoff Lankow, og dens hovedfunktion er "Quickly test out your web pages in Edge, Firefox, Safari, or Opera.".
Udvidelsesskærmbilleder
Download Open With-udvidelses-CRX-fil
Download Open With-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Quickly test out your web pages in Edge, Firefox, Safari, or Opera.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | cogjlncmljjnjpbgppagklanlcbchlno |
Officiel URL | https://chrome.google.com/webstore/detail/open-with/cogjlncmljjnjpbgppagklanlcbchlno |
Beskrivelse | Quickly test out your web pages in Edge, Firefox, Safari, or Opera. |
Filstørrelse | 338 KB |
Antal Installationer | 7,000 |
Nuværende Version | 7.2.1 |
Senest Opdateret | 2019-09-04 |
Udgivelsesdato | 2019-09-04 |
Bedømmelse | 4.29/5 Samlet 42 Bedømmelser |
Udvikler | Geoff Lankow |
Betalingsmetode | free |
Understøttede Sprog | 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__" } } } |