GitHub Image Preview
Preview issue images on GitHub. https://github.com/samkessaram/git-preview
Qu'est-ce que GitHub Image Preview ?
GitHub Image Preview est une extension Chrome développée par samkessaram, et sa fonction principale est "Preview issue images on GitHub. https://github.com/samkessaram/git-preview".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension GitHub Image Preview
Téléchargez les fichiers d'extension GitHub Image Preview au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | GitHub Image Preview |
ID | jkappkhadcobonipjjgfkcmnkpapegma |
URL Officiel | https://chromewebstore.google.com/detail/github-image-preview/jkappkhadcobonipjjgfkcmnkpapegma |
Description | Preview issue images on GitHub. https://github.com/samkessaram/git-preview |
Taille du Fichier | 37.45 KB |
Nombre d'Installations | 15 |
Version Actuelle | 0.1.6 |
Dernière Mise à Jour | 2018-01-04 |
Date de Publication | 2018-01-04 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | samkessaram |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/samkessaram/git-preview |
Langues Prises en Charge | 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" } ] } |