The Hub Share
Share interesting websites on The Hub easily, with the click of a button
O que é The Hub Share?
The Hub Share é uma extensão do Chrome desenvolvida por https://thehub.scot, e sua principal característica é "Share interesting websites on The Hub easily, with the click of a button".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão The Hub Share
Baixe arquivos de extensão The Hub Share no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Share interesting websites on The Hub, by clicking the button by the address bar.
Informações Básicas da Extensão
Nome | |
ID | hdkobomioponmcmccmeldencikdpboef |
URL Oficial | https://chrome.google.com/webstore/detail/the-hub-share/hdkobomioponmcmccmeldencikdpboef |
Descrição | Share interesting websites on The Hub easily, with the click of a button |
Tamanho do Arquivo | 29.57 KB |
Contagem de Instalações | 34 |
Versão Atual | 2.3.0 |
Última Atualização | 2021-11-15 |
Data de Publicação | 2018-11-06 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | https://thehub.scot |
[email protected] | |
Site da Extensão | https://thehub.scot |
Idiomas Suportados | 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" } } |