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
官方網址 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"
    }
}