The Hub Share
Share interesting websites on The Hub easily, with the click of a button
Co to jest The Hub Share?
The Hub Share to rozszerzenie Chrome opracowane przez https://thehub.scot, a jego główną funkcją jest „Share interesting websites on The Hub easily, with the click of a button”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia The Hub Share
Pobierz pliki rozszerzeń The Hub Share 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
Share interesting websites on The Hub, by clicking the button by the address bar.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | hdkobomioponmcmccmeldencikdpboef |
Oficjalny URL | https://chrome.google.com/webstore/detail/the-hub-share/hdkobomioponmcmccmeldencikdpboef |
Opis | Share interesting websites on The Hub easily, with the click of a button |
Rozmiar pliku | 29.57 KB |
Liczba instalacji | 34 |
Aktualna Wersja | 2.3.0 |
Ostatnia Aktualizacja | 2021-11-15 |
Data Publikacji | 2018-11-06 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | https://thehub.scot |
[email protected] | |
Strona Rozszerzenia | https://thehub.scot |
Obsługiwane Języki | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "The Hub Share", "description": "Share interesting websites on The Hub easily, with the click of a button", "version": "2.3.0", "permissions": [ "activeTab" ], "manifest_version": 2, "browser_action": { "default_title": "Share This Page", "default_icon": { "19": "images\/yes2hub-19.png", "38": "images\/yes2hub-38.png" } }, "background": { "scripts": [ "functions.js" ], "persistent": false }, "icons": { "16": "yes2hub-16.png", "128": "yes2hub-128.png" } } |