The Hub Share

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

Cos'è The Hub Share?

The Hub Share è un'estensione di Chrome sviluppata da https://thehub.scot, e la sua funzione principale è "Share interesting websites on The Hub easily, with the click of a button".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione The Hub Share

Scarica i file di estensione The Hub Share in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome The Hub Share The Hub Share
ID hdkobomioponmcmccmeldencikdpboef
URL Ufficiale https://chrome.google.com/webstore/detail/the-hub-share/hdkobomioponmcmccmeldencikdpboef
Descrizione Share interesting websites on The Hub easily, with the click of a button
Dimensione del File 29.57 KB
Conteggio Installazioni 34
Versione Corrente 2.3.0
Ultimo Aggiornamento 2021-11-15
Data di Pubblicazione 2018-11-06
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://thehub.scot
Email [email protected]
Sito Web dell'Estensione https://thehub.scot
Lingue Supportate 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"
    }
}