Github Trending New Tab
This unofficial extension shows the top trending github repos as provided by http://github.com/trending
Что такое Github Trending New Tab?
Github Trending New Tab - это расширение Chrome, разработанное anmolmago, и его основная функция - "This unofficial extension shows the top trending github repos as provided by http://github.com/trending".
Снимки экрана расширения
Скачать файл CRX расширения Github Trending New Tab
Скачайте файлы расширений Github Trending New Tab в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
See the trending Github repositories on your new tab page, group by language and time range!
Основная информация о расширении
Название | |
ID | hadfajlepeojlkfmbhdioendpidkchfa |
Официальный URL | https://chrome.google.com/webstore/detail/github-trending-new-tab/hadfajlepeojlkfmbhdioendpidkchfa |
Описание | This unofficial extension shows the top trending github repos as provided by http://github.com/trending |
Размер файла | 2.58 MB |
Количество установок | 161 |
Текущая Версия | 1.2.2 |
Последнее Обновление | 2019-03-08 |
Дата публикации | 2019-03-08 |
Рейтинг | 5.00/5 Всего 5 оценок |
Разработчик | anmolmago |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/AnmolMago/GithubTrending |
URL страницы помощи | https://github.com/AnmolMago/GithubTrending |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Github Trending New Tab", "author": "Anmol Mago", "description": "This unofficial extension shows the top trending github repos as provided by http:\/\/github.com\/trending", "incognito": "split", "version": "1.2.2", "icons": { "16": "assets\/images\/icon16.png", "48": "assets\/images\/icon48.png", "128": "assets\/images\/icon128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "storage", "http:\/\/*.anmolmago.com\/" ] } |