The Hub Share
Share interesting websites on The Hub easily, with the click of a button
Wat is The Hub Share?
The Hub Share is een Chrome-extensie ontwikkeld door https://thehub.scot, en de belangrijkste functie is "Share interesting websites on The Hub easily, with the click of a button".
Extensie Screenshots
Download het CRX-bestand van de extensie The Hub Share
Download The Hub Share-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Share interesting websites on The Hub, by clicking the button by the address bar.
Basisinformatie over de Extensie
Naam | |
ID | hdkobomioponmcmccmeldencikdpboef |
Officiële URL | https://chrome.google.com/webstore/detail/the-hub-share/hdkobomioponmcmccmeldencikdpboef |
Beschrijving | Share interesting websites on The Hub easily, with the click of a button |
Bestandsgrootte | 29.57 KB |
Aantal Installaties | 34 |
Huidige Versie | 2.3.0 |
Laatst Bijgewerkt | 2021-11-15 |
Publicatiedatum | 2018-11-06 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://thehub.scot |
[email protected] | |
Extensiewebsite | https://thehub.scot |
Ondersteunde Talen | 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" } } |