GitHub Image Preview
Preview issue images on GitHub. https://github.com/samkessaram/git-preview
Co to jest GitHub Image Preview?
GitHub Image Preview to rozszerzenie Chrome opracowane przez samkessaram, a jego główną funkcją jest „Preview issue images on GitHub. https://github.com/samkessaram/git-preview”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia GitHub Image Preview
Pobierz pliki rozszerzeń GitHub Image Preview 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
Preview images on GitHub from the issues list view. An icon is added to any issue that contains images or screenshots. Click it to open a carousel and cycle through the images. Inspired by similar functionality in Reddit Enhancement Suite.
Podstawowe informacje o rozszerzeniu
Nazwa | GitHub Image Preview |
ID | jkappkhadcobonipjjgfkcmnkpapegma |
Oficjalny URL | https://chromewebstore.google.com/detail/github-image-preview/jkappkhadcobonipjjgfkcmnkpapegma |
Opis | Preview issue images on GitHub. https://github.com/samkessaram/git-preview |
Rozmiar pliku | 37.45 KB |
Liczba instalacji | 15 |
Aktualna Wersja | 0.1.6 |
Ostatnia Aktualizacja | 2018-01-04 |
Data Publikacji | 2018-01-04 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | samkessaram |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/samkessaram/git-preview |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GitHub Image Preview", "author": "Sam Kessaram", "version": "0.1.6", "description": "Preview issue images on GitHub. https:\/\/github.com\/samkessaram\/git-preview", "icons": { "128": "camera.png" }, "web_accessible_resources": [ "camera.png" ], "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "js": [ "jquery.min.js", "scripts.js" ], "css": [ "styles.css" ], "run_at": "document_end" } ] } |