The Hub Share

Share interesting websites on The Hub easily, with the click of a button

¿Qué es The Hub Share?

The Hub Share es una extensión de Chrome desarrollada por https://thehub.scot, y su función principal es "Share interesting websites on The Hub easily, with the click of a button".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión The Hub Share

Descarga archivos de extensión The Hub Share en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Share interesting websites on The Hub, by clicking the button by the address bar.                    

Información Básica de la Extensión

Nombre The Hub Share The Hub Share
ID hdkobomioponmcmccmeldencikdpboef
URL Oficial https://chrome.google.com/webstore/detail/the-hub-share/hdkobomioponmcmccmeldencikdpboef
Descripción Share interesting websites on The Hub easily, with the click of a button
Tamaño del Archivo 29.57 KB
Cantidad de Instalaciones 34
Versión Actual 2.3.0
Última Actualización 2021-11-15
Fecha de Publicación 2018-11-06
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador https://thehub.scot
Correo electrónico [email protected]
Sitio Web de la Extensión https://thehub.scot
Idiomas Soportados 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"
    }
}