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
Eメール [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"
    }
}