CoderStats link for Github Coders
Display a link to the CoderStats page for the currently displayed GitHub user when browsing github.com.
Что такое CoderStats link for Github Coders?
CoderStats link for Github Coders - это расширение Chrome, разработанное Ramiro Gómez, и его основная функция - "Display a link to the CoderStats page for the currently displayed GitHub user when browsing github.com.".
Снимки экрана расширения
Скачать файл CRX расширения CoderStats link for Github Coders
Скачайте файлы расширений CoderStats link for Github Coders в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
The CoderStats link for GitHub Chrome extension displays a link to the CoderStats page for the currently displayed user or organization profile page on GitHub.
Основная информация о расширении
Название | CoderStats link for Github Coders |
ID | necogepejonacpphmlmcagmbjaogpbng |
Официальный URL | https://chromewebstore.google.com/detail/coderstats-link-for-githu/necogepejonacpphmlmcagmbjaogpbng |
Описание | Display a link to the CoderStats page for the currently displayed GitHub user when browsing github.com. |
Размер файла | 8.7 KB |
Количество установок | 807 |
Текущая Версия | 2.0.0 |
Последнее Обновление | 2023-05-03 |
Дата публикации | 2019-06-15 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | Ramiro Gómez |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://coderstats.github.io/ |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "2.0.0", "homepage_url": "http:\/\/coderstats.github.io\/", "name": "CoderStats link for Github Coders", "description": "Display a link to the CoderStats page for the currently displayed GitHub user when browsing github.com.", "icons": { "48": "logo-48x48.png", "128": "logo-128x128.png" }, "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "js": [ "coderstats.js" ], "run_at": "document_end" } ] } |