GitHub Image Preview
Preview issue images on GitHub. https://github.com/samkessaram/git-preview
Co je GitHub Image Preview?
GitHub Image Preview je rozšíření Chrome vyvinuté samkessaram, a jeho hlavní funkcí je „Preview issue images on GitHub. https://github.com/samkessaram/git-preview“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření GitHub Image Preview
Stáhněte si soubory rozšíření GitHub Image Preview ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | GitHub Image Preview |
ID | jkappkhadcobonipjjgfkcmnkpapegma |
Oficiální URL | https://chromewebstore.google.com/detail/github-image-preview/jkappkhadcobonipjjgfkcmnkpapegma |
Popis | Preview issue images on GitHub. https://github.com/samkessaram/git-preview |
Velikost souboru | 37.45 KB |
Počet instalací | 15 |
Aktuální Verze | 0.1.6 |
Poslední Aktualizace | 2018-01-04 |
Datum Vydání | 2018-01-04 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | samkessaram |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/samkessaram/git-preview |
Podporované Jazyky | 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" } ] } |