The Hub Share

Share interesting websites on The Hub easily, with the click of a button

什么是The Hub Share?

The Hub Share是由https://thehub.scot开发的Chrome扩展程序,该扩展的主要功能是“Share interesting websites on The Hub easily, with the click of a button”。

扩展截图

screenshot
screenshot

下载The Hub Share扩展crx文件

下载The Hub Share扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Share interesting websites on The Hub, by clicking the button by the address bar.                    

扩展基本信息

名称 The Hub Share The Hub Share
ID hdkobomioponmcmccmeldencikdpboef
官方URL https://chrome.google.com/webstore/detail/the-hub-share/hdkobomioponmcmccmeldencikdpboef
简介 Share interesting websites on The Hub easily, with the click of a button
文件大小 29.57 KB
安装次数 34
当前版本 2.3.0
更新时间 2021-11-15
上架时间 2018-11-06
评分 5.00/5 共1次评分
开发者 https://thehub.scot
电子邮箱 [email protected]
扩展官网 https://thehub.scot
支持的语言 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"
    }
}