The Hub Share
Share interesting websites on The Hub easily, with the click of a button
Qu'est-ce que The Hub Share ?
The Hub Share est une extension Chrome développée par https://thehub.scot, et sa fonction principale est "Share interesting websites on The Hub easily, with the click of a button".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension The Hub Share
Téléchargez les fichiers d'extension The Hub Share au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Share interesting websites on The Hub, by clicking the button by the address bar.
Informations de Base sur l'Extension
Nom | |
ID | hdkobomioponmcmccmeldencikdpboef |
URL Officiel | https://chrome.google.com/webstore/detail/the-hub-share/hdkobomioponmcmccmeldencikdpboef |
Description | Share interesting websites on The Hub easily, with the click of a button |
Taille du Fichier | 29.57 KB |
Nombre d'Installations | 34 |
Version Actuelle | 2.3.0 |
Dernière Mise à Jour | 2021-11-15 |
Date de Publication | 2018-11-06 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://thehub.scot |
[email protected] | |
Site Web de l'Extension | https://thehub.scot |
Langues Prises en Charge | 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" } } |