Open With
Quickly test out your web pages in Edge, Firefox, Safari, or Opera.
Cos'è Open With?
Open With è un'estensione di Chrome sviluppata da Geoff Lankow, e la sua funzione principale è "Quickly test out your web pages in Edge, Firefox, Safari, or Opera.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Open With
Scarica i file di estensione Open With in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Quickly test out your web pages in Edge, Firefox, Safari, or Opera.
Informazioni di Base sull'Estensione
Nome | |
ID | cogjlncmljjnjpbgppagklanlcbchlno |
URL Ufficiale | https://chrome.google.com/webstore/detail/open-with/cogjlncmljjnjpbgppagklanlcbchlno |
Descrizione | Quickly test out your web pages in Edge, Firefox, Safari, or Opera. |
Dimensione del File | 338 KB |
Conteggio Installazioni | 7,000 |
Versione Corrente | 7.2.1 |
Ultimo Aggiornamento | 2019-09-04 |
Data di Pubblicazione | 2019-09-04 |
Valutazione | 4.29/5 Totale 42 Valutazioni |
Sviluppatore | Geoff Lankow |
Tipo di Pagamento | free |
Lingue Supportate | 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__" } } } |