Hide and Seek
Add the ability to remember completes files to a github pr.
Qu'est-ce que Hide and Seek ?
Hide and Seek est une extension Chrome développée par roush.kyle, et sa fonction principale est "Add the ability to remember completes files to a github pr.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Hide and Seek
Téléchargez les fichiers d'extension Hide and Seek 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
This a tool to help make pull request easier. It helps by letting you "complete" files. * This will automatically hide the file * When you revisit the page it will keep your completed files hidden * However if there are changes to the file it will "uncomplete" the file and add a thinking emoji You can also report bar of how much you have completed with your other diffstatsYou can share your completion percentage with others when you submit a review to a PR
Informations de Base sur l'Extension
Nom | Hide and Seek |
ID | kfkehjgecfpkpknedlgjknlgcaeeekmo |
URL Officiel | https://chromewebstore.google.com/detail/hide-and-seek/kfkehjgecfpkpknedlgjknlgcaeeekmo |
Description | Add the ability to remember completes files to a github pr. |
Taille du Fichier | 73.37 KB |
Nombre d'Installations | 22 |
Version Actuelle | 1.13.2 |
Dernière Mise à Jour | 2018-08-22 |
Date de Publication | 2018-08-22 |
Évaluation | 4.67/5 Total 3 Évaluations |
Développeur | roush.kyle |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/kyleroush/PR-Hide-And-Seek |
URL de la Page d'Aide | https://github.com/kyleroush/PR-Hide-And-Seek |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Add the ability to remember completes files to a github pr.", "manifest_version": 2, "name": "Hide and Seek", "version": "1.13.2", "homepage_url": "https:\/\/github.com\/kyleroush\/PR-Hide-And-Seek\/", "icons": { "48": "logos\/PrPenguin48.png" }, "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "scripts\/PRUtils.js", "scripts\/Comments.js", "scripts\/DataStorage.js", "scripts\/GithubRestApi.js", "scripts\/HideAndSeek.js", "StartUp.js" ] } ] } |