Github Notable Comments
Lets you easily navigate between the notable comments on github
Co to jest Github Notable Comments?
Github Notable Comments to rozszerzenie Chrome opracowane przez kamranahmed.se, a jego główną funkcją jest „Lets you easily navigate between the notable comments on github”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Github Notable Comments
Pobierz pliki rozszerzeń Github Notable Comments w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | jcppcdjgdbnibjdeeihllbefhpibmajf |
| Oficjalny URL | https://chromewebstore.google.com/detail/github-notable-comments/jcppcdjgdbnibjdeeihllbefhpibmajf |
| Opis | Lets you easily navigate between the notable comments on github |
| Rozmiar pliku | 13.17 KB |
| Liczba instalacji | 53 |
| Aktualna Wersja | 0.0.1 |
| Ostatnia Aktualizacja | 2018-04-20 |
| Data Publikacji | 2018-04-20 |
| Deweloper | kamranahmed.se |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | http://github.com/kamranahmedse/notable-comments |
| Adres URL Strony Pomocy | http://github.com/kamranahmedse/notable-comments/issues |
| Obsługiwane Języki | 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"
]
}
]
} | |