Open With
Quickly test out your web pages in Edge, Firefox, Safari, or Opera.
Wat is Open With?
Open With is een Chrome-extensie ontwikkeld door Geoff Lankow, en de belangrijkste functie is "Quickly test out your web pages in Edge, Firefox, Safari, or Opera.".
Extensie Screenshots
Download het CRX-bestand van de extensie Open With
Download Open With-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Quickly test out your web pages in Edge, Firefox, Safari, or Opera. Basisinformatie over de Extensie
| Naam | |
| ID | cogjlncmljjnjpbgppagklanlcbchlno |
| Officiële URL | https://chrome.google.com/webstore/detail/open-with/cogjlncmljjnjpbgppagklanlcbchlno |
| Beschrijving | Quickly test out your web pages in Edge, Firefox, Safari, or Opera. |
| Bestandsgrootte | 338 KB |
| Aantal Installaties | 7,000 |
| Huidige Versie | 7.2.1 |
| Laatst Bijgewerkt | 2019-09-04 |
| Publicatiedatum | 2019-09-04 |
| Beoordeling | 4.29/5 Totaal 42 Beoordelingen |
| Ontwikkelaar | Geoff Lankow |
| Betalingswijze | free |
| Ondersteunde Talen | 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__"
}
}
} | |