The Hub Share
Share interesting websites on The Hub easily, with the click of a button
The Hub Shareคืออะไร?
The Hub Share เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://thehub.scot และคุณลักษณะหลักของมันคือ "Share interesting websites on The Hub easily, with the click of a button"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย The Hub Share
ดาวน์โหลดไฟล์ส่วนขยาย The Hub Share ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Share interesting websites on The Hub, by clicking the button by the address bar.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
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" } } |