The Hub Share
Share interesting websites on The Hub easily, with the click of a button
Hvad er The Hub Share?
The Hub Share er en Chrome-udvidelse udviklet af https://thehub.scot, og dens hovedfunktion er "Share interesting websites on The Hub easily, with the click of a button".
Udvidelsesskærmbilleder
Download The Hub Share-udvidelses-CRX-fil
Download The Hub Share-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Share interesting websites on The Hub, by clicking the button by the address bar.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | hdkobomioponmcmccmeldencikdpboef |
Officiel URL | https://chrome.google.com/webstore/detail/the-hub-share/hdkobomioponmcmccmeldencikdpboef |
Beskrivelse | Share interesting websites on The Hub easily, with the click of a button |
Filstørrelse | 29.57 KB |
Antal Installationer | 34 |
Nuværende Version | 2.3.0 |
Senest Opdateret | 2021-11-15 |
Udgivelsesdato | 2018-11-06 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | https://thehub.scot |
[email protected] | |
Udvidelseswebsted | https://thehub.scot |
Understøttede Sprog | 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" } } |