Wiki Search for GitHub
Search wiki of the repository on GitHub
Qu'est-ce que Wiki Search for GitHub ?
Wiki Search for GitHub est une extension Chrome développée par linyows, et sa fonction principale est "Search wiki of the repository on GitHub".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Wiki Search for GitHub
Téléchargez les fichiers d'extension Wiki Search for GitHub 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
Search wiki of the repository on GitHub
Informations de Base sur l'Extension
Nom | Wiki Search for GitHub |
ID | gdifdhnjmjaidbajhapmbcbnoocoeooc |
URL Officiel | https://chromewebstore.google.com/detail/wiki-search-for-github/gdifdhnjmjaidbajhapmbcbnoocoeooc |
Description | Search wiki of the repository on GitHub |
Taille du Fichier | 773 KB |
Nombre d'Installations | 1,919 |
Version Actuelle | 2.0.0 |
Dernière Mise à Jour | 2016-03-22 |
Date de Publication | 2016-03-22 |
Évaluation | 4.32/5 Total 31 Évaluations |
Développeur | linyows |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/linyows/github-wiki-search |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Wiki Search for GitHub", "version": "2.0.0", "description": "Search wiki of the repository on GitHub", "icons": { "16": "images\/icons\/16.png", "24": "images\/icons\/24.png", "32": "images\/icons\/32.png", "48": "images\/icons\/48.png", "64": "images\/icons\/64.png", "128": "images\/icons\/128.png", "256": "images\/icons\/256.png", "512": "images\/icons\/512.png" }, "content_scripts": [ { "js": [ "github-wiki-search.user.js" ], "matches": [ "https:\/\/github.com\/*" ] } ] } |