Hide and Seek

Add the ability to remember completes files to a github pr.

What is Hide and Seek?

Hide and Seek is a Chrome extension developed by roush.kyle, and its main feature is "Add the ability to remember completes files to a github pr.".

Extension Screenshots

screenshot
screenshot

Download Hide and Seek Extension CRX File

Download Hide and Seek extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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 diffstats


You can share your completion percentage with others when you submit a review to a PR                    

Extension Basic Information

Name Hide and Seek Hide and Seek
ID kfkehjgecfpkpknedlgjknlgcaeeekmo
Official URL https://chromewebstore.google.com/detail/hide-and-seek/kfkehjgecfpkpknedlgjknlgcaeeekmo
Description Add the ability to remember completes files to a github pr.
File Size 73.37 KB
Installation Count 22
Current Version 1.13.2
Last Updated 2018-08-22
Publish Date 2018-08-22
Rating 4.67/5 Total 3 Ratings
Developer roush.kyle
Email [email protected]
Payment Type free
Extension Website https://github.com/kyleroush/PR-Hide-And-Seek
Help Page URL https://github.com/kyleroush/PR-Hide-And-Seek
Supported Languages 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"
            ]
        }
    ]
}