Open Custom URL
Open custom URL or local file path in a popup or tab.
Co to jest Open Custom URL?
Open Custom URL to rozszerzenie Chrome opracowane przez publisher, a jego główną funkcją jest „Open custom URL or local file path in a popup or tab.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Open Custom URL
Pobierz pliki rozszerzeń Open Custom URL 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
Set any website URL and open it in a popup or tab with just one click!
Podstawowe informacje o rozszerzeniu
Nazwa | Open Custom URL |
ID | ljhdepmipigadellfdggnlphmfebnnbp |
Oficjalny URL | https://chromewebstore.google.com/detail/open-custom-url/ljhdepmipigadellfdggnlphmfebnnbp |
Opis | Open custom URL or local file path in a popup or tab. |
Rozmiar pliku | 32.18 KB |
Liczba instalacji | 20 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2017-05-10 |
Data Publikacji | 2017-05-09 |
Ocena | 4.00/5 Łącznie 1 Oceny |
Deweloper | publisher |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Open Custom URL", "description": "Open custom URL or local file path in a popup or tab.", "permissions": [ "storage" ], "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "38": "icons\/icon38.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "version": "1.0", "options_page": "options.html", "browser_action": [], "background": { "scripts": [ "js\/popup.js" ] } } |