GitHub Image Preview
Preview issue images on GitHub. https://github.com/samkessaram/git-preview
Wat is GitHub Image Preview?
GitHub Image Preview is een Chrome-extensie ontwikkeld door samkessaram, en de belangrijkste functie is "Preview issue images on GitHub. https://github.com/samkessaram/git-preview".
Extensie Screenshots
Download het CRX-bestand van de extensie GitHub Image Preview
Download GitHub Image Preview-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | GitHub Image Preview |
ID | jkappkhadcobonipjjgfkcmnkpapegma |
Officiële URL | https://chromewebstore.google.com/detail/github-image-preview/jkappkhadcobonipjjgfkcmnkpapegma |
Beschrijving | Preview issue images on GitHub. https://github.com/samkessaram/git-preview |
Bestandsgrootte | 37.45 KB |
Aantal Installaties | 15 |
Huidige Versie | 0.1.6 |
Laatst Bijgewerkt | 2018-01-04 |
Publicatiedatum | 2018-01-04 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | samkessaram |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/samkessaram/git-preview |
Ondersteunde Talen | 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" } ] } |