The Hub Share
Share interesting websites on The Hub easily, with the click of a button
Apa itu The Hub Share?
The Hub Share adalah ekstensi Chrome yang dikembangkan oleh https://thehub.scot, dan fitur utamanya adalah "Share interesting websites on The Hub easily, with the click of a button".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi The Hub Share
Unduh file ekstensi The Hub Share dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Share interesting websites on The Hub, by clicking the button by the address bar.
Informasi Dasar Ekstensi
Nama | |
ID | hdkobomioponmcmccmeldencikdpboef |
URL Resmi | https://chrome.google.com/webstore/detail/the-hub-share/hdkobomioponmcmccmeldencikdpboef |
Deskripsi | Share interesting websites on The Hub easily, with the click of a button |
Ukuran File | 29.57 KB |
Jumlah Instalasi | 34 |
Versi Saat Ini | 2.3.0 |
Terakhir Diperbarui | 2021-11-15 |
Tanggal Publikasi | 2018-11-06 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | https://thehub.scot |
[email protected] | |
Situs Ekstensi | https://thehub.scot |
Bahasa yang Didukung | 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" } } |