Github Notable Comments
Lets you easily navigate between the notable comments on github
Что такое Github Notable Comments?
Github Notable Comments - это расширение Chrome, разработанное kamranahmed.se, и его основная функция - "Lets you easily navigate between the notable comments on github".
Снимки экрана расширения
Скачать файл CRX расширения Github Notable Comments
Скачайте файлы расширений Github Notable Comments в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Основная информация о расширении
| Название | |
| ID | jcppcdjgdbnibjdeeihllbefhpibmajf |
| Официальный URL | https://chromewebstore.google.com/detail/github-notable-comments/jcppcdjgdbnibjdeeihllbefhpibmajf |
| Описание | Lets you easily navigate between the notable comments on github |
| Размер файла | 13.17 KB |
| Количество установок | 53 |
| Текущая Версия | 0.0.1 |
| Последнее Обновление | 2018-04-20 |
| Дата публикации | 2018-04-20 |
| Разработчик | kamranahmed.se |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | http://github.com/kamranahmedse/notable-comments |
| URL страницы помощи | http://github.com/kamranahmedse/notable-comments/issues |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Github Notable Comments",
"short_name": "github-notable-comments",
"version": "0.0.1",
"manifest_version": 2,
"description": "Lets you easily navigate between the notable comments on github",
"homepage_url": "http:\/\/github.com\/kamranahmedse\/github-notable-comments",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/github.com\/*"
],
"js": [
"index.js"
],
"css": [
".\/styles\/main.css"
]
}
]
} | |