Open With
Quickly test out your web pages in Edge, Firefox, Safari, or Opera.
Co to jest Open With?
Open With to rozszerzenie Chrome opracowane przez Geoff Lankow, a jego główną funkcją jest „Quickly test out your web pages in Edge, Firefox, Safari, or Opera.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Open With
Pobierz pliki rozszerzeń Open With w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Quickly test out your web pages in Edge, Firefox, Safari, or Opera. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | cogjlncmljjnjpbgppagklanlcbchlno |
| Oficjalny URL | https://chrome.google.com/webstore/detail/open-with/cogjlncmljjnjpbgppagklanlcbchlno |
| Opis | Quickly test out your web pages in Edge, Firefox, Safari, or Opera. |
| Rozmiar pliku | 338 KB |
| Liczba instalacji | 7,000 |
| Aktualna Wersja | 7.2.1 |
| Ostatnia Aktualizacja | 2019-09-04 |
| Data Publikacji | 2019-09-04 |
| Ocena | 4.29/5 Łącznie 42 Oceny |
| Deweloper | Geoff Lankow |
| Typ Płatności | free |
| Obsługiwane Języki | 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__"
}
}
} | |