Open With
Quickly test out your web pages in Edge, Firefox, Safari, or Opera.
Qu'est-ce que Open With ?
Open With est une extension Chrome développée par Geoff Lankow, et sa fonction principale est "Quickly test out your web pages in Edge, Firefox, Safari, or Opera.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Open With
Téléchargez les fichiers d'extension Open With au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Quickly test out your web pages in Edge, Firefox, Safari, or Opera.
Informations de Base sur l'Extension
Nom | |
ID | cogjlncmljjnjpbgppagklanlcbchlno |
URL Officiel | https://chrome.google.com/webstore/detail/open-with/cogjlncmljjnjpbgppagklanlcbchlno |
Description | Quickly test out your web pages in Edge, Firefox, Safari, or Opera. |
Taille du Fichier | 338 KB |
Nombre d'Installations | 7,000 |
Version Actuelle | 7.2.1 |
Dernière Mise à Jour | 2019-09-04 |
Date de Publication | 2019-09-04 |
Évaluation | 4.29/5 Total 42 Évaluations |
Développeur | Geoff Lankow |
Type de Paiement | free |
Langues Prises en Charge | 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__" } } } |