The Hub Share
Share interesting websites on The Hub easily, with the click of a button
Was ist The Hub Share?
The Hub Share ist eine Chrome-Erweiterung, die von https://thehub.scot entwickelt wurde, und ihr Hauptmerkmal ist "Share interesting websites on The Hub easily, with the click of a button".
Erweiterungsscreenshots
The Hub Share-Erweiterungs-CRX-Datei herunterladen
Laden Sie The Hub Share-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Share interesting websites on The Hub, by clicking the button by the address bar.
Grundlegende Informationen zur Erweiterung
Name | |
ID | hdkobomioponmcmccmeldencikdpboef |
Offizielle URL | https://chrome.google.com/webstore/detail/the-hub-share/hdkobomioponmcmccmeldencikdpboef |
Beschreibung | Share interesting websites on The Hub easily, with the click of a button |
Dateigröße | 29.57 KB |
Installationsanzahl | 34 |
Aktuelle Version | 2.3.0 |
Letztes Update | 2021-11-15 |
Veröffentlichungsdatum | 2018-11-06 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://thehub.scot |
[email protected] | |
Erweiterungswebsite | https://thehub.scot |
Unterstützte Sprachen | 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" } } |