Hide and Seek
Add the ability to remember completes files to a github pr.
Co je Hide and Seek?
Hide and Seek je rozšíření Chrome vyvinuté roush.kyle, a jeho hlavní funkcí je „Add the ability to remember completes files to a github pr.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Hide and Seek
Stáhněte si soubory rozšíření Hide and Seek ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Hide and Seek |
ID | kfkehjgecfpkpknedlgjknlgcaeeekmo |
Oficiální URL | https://chromewebstore.google.com/detail/hide-and-seek/kfkehjgecfpkpknedlgjknlgcaeeekmo |
Popis | Add the ability to remember completes files to a github pr. |
Velikost souboru | 73.37 KB |
Počet instalací | 22 |
Aktuální Verze | 1.13.2 |
Poslední Aktualizace | 2018-08-22 |
Datum Vydání | 2018-08-22 |
Hodnocení | 4.67/5 Celkem 3 Hodnocení |
Vývojář | roush.kyle |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/kyleroush/PR-Hide-And-Seek |
URL Stránky Nápovědy | https://github.com/kyleroush/PR-Hide-And-Seek |
Podporované Jazyky | 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" ] } ] } |