Hide and Seek
Add the ability to remember completes files to a github pr.
Wat is Hide and Seek?
Hide and Seek is een Chrome-extensie ontwikkeld door roush.kyle, en de belangrijkste functie is "Add the ability to remember completes files to a github pr.".
Extensie Screenshots
Download het CRX-bestand van de extensie Hide and Seek
Download Hide and Seek-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
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
Basisinformatie over de Extensie
Naam | Hide and Seek |
ID | kfkehjgecfpkpknedlgjknlgcaeeekmo |
Officiële URL | https://chromewebstore.google.com/detail/hide-and-seek/kfkehjgecfpkpknedlgjknlgcaeeekmo |
Beschrijving | Add the ability to remember completes files to a github pr. |
Bestandsgrootte | 73.37 KB |
Aantal Installaties | 22 |
Huidige Versie | 1.13.2 |
Laatst Bijgewerkt | 2018-08-22 |
Publicatiedatum | 2018-08-22 |
Beoordeling | 4.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | roush.kyle |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/kyleroush/PR-Hide-And-Seek |
Help Pagina-URL | https://github.com/kyleroush/PR-Hide-And-Seek |
Ondersteunde Talen | 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" ] } ] } |