The Hub Share
Share interesting websites on The Hub easily, with the click of a button
Co je The Hub Share?
The Hub Share je rozšíření Chrome vyvinuté https://thehub.scot, a jeho hlavní funkcí je „Share interesting websites on The Hub easily, with the click of a button“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření The Hub Share
Stáhněte si soubory rozšíření The Hub Share ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Share interesting websites on The Hub, by clicking the button by the address bar.
Základní Informace o Rozšíření
Název | |
ID | hdkobomioponmcmccmeldencikdpboef |
Oficiální URL | https://chrome.google.com/webstore/detail/the-hub-share/hdkobomioponmcmccmeldencikdpboef |
Popis | Share interesting websites on The Hub easily, with the click of a button |
Velikost souboru | 29.57 KB |
Počet instalací | 34 |
Aktuální Verze | 2.3.0 |
Poslední Aktualizace | 2021-11-15 |
Datum Vydání | 2018-11-06 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | https://thehub.scot |
[email protected] | |
Webové stránky Rozšíření | https://thehub.scot |
Podporované Jazyky | 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" } } |