Github Tab Size Manager
Use this extension to view git files with tab size specified
Qu'est-ce que Github Tab Size Manager ?
Github Tab Size Manager est une extension Chrome développée par Namandeep Singh Chugh, et sa fonction principale est "Use this extension to view git files with tab size specified".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Github Tab Size Manager
Téléchargez les fichiers d'extension Github Tab Size Manager 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
Change tab size (from options menu) while viewing code on github.com or gist.github.com
Informations de Base sur l'Extension
Nom | Github Tab Size Manager |
ID | enjegllgfhbkappebfdbgheefocllglo |
URL Officiel | https://chromewebstore.google.com/detail/github-tab-size-manager/enjegllgfhbkappebfdbgheefocllglo |
Description | Use this extension to view git files with tab size specified |
Taille du Fichier | 506 KB |
Nombre d'Installations | 17 |
Version Actuelle | 1.5 |
Dernière Mise à Jour | 2017-03-17 |
Date de Publication | 2017-03-17 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Namandeep Singh Chugh |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Github Tab Size Manager", "version": "1.5", "manifest_version": 2, "icons": { "128": "images\/icon.png" }, "options_page": "options.html", "description": "Use this extension to view git files with tab size specified", "permissions": [ "storage", "*:\/\/gist.github.com\/*", "*:\/\/github.com\/*", "tabs", "webNavigation" ], "content_scripts": [ { "matches": [ "*:\/\/github.com\/*", "*:\/\/gist.github.com\/*" ], "js": [ "js\/jquery-3.1.1.min.js", "js\/content.js" ] } ], "background": { "scripts": [ "js\/background.js" ] }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'" } |