openURLs
Open selected URLs
Co to jest openURLs?
openURLs to rozszerzenie Chrome opracowane przez dimaeromin97, a jego główną funkcją jest „Open selected URLs”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia openURLs
Pobierz pliki rozszerzeń openURLs 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
Opens URLs from selected text Fork me on GitHub: https://github.com/dimaeromin97/open-urls-crx This extension requires the "Tabs" permission in order to open new tabs. The permission appears as "Access your browsing activity" because URLs of tabs are accessible, although this access is only used to set the URL of tabs opened by the extension.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | nbbldngkgchfmfdfgkniongenfdcogdh |
Oficjalny URL | https://chrome.google.com/webstore/detail/openurls/nbbldngkgchfmfdfgkniongenfdcogdh |
Opis | Open selected URLs |
Rozmiar pliku | 31.85 KB |
Liczba instalacji | 43 |
Aktualna Wersja | 0.0.2 |
Ostatnia Aktualizacja | 2019-01-23 |
Data Publikacji | 2019-01-23 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | dimaeromin97 |
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": "openURLs", "short_name": "openURLs", "description": "Open selected URLs", "version": "0.0.2", "browser_action": { "default_icon": "img\/512.png" }, "icons": { "512": "img\/512.png", "128": "img\/128.png", "16": "img\/16.png", "19": "img\/19.png" }, "background": { "scripts": [ "dist\/bundle.js" ] }, "permissions": [ "contextMenus", "activeTab", "tabs" ] } |