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" } } |