Hide and Seek

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

Hide and Seekคืออะไร?

Hide and Seek เป็นส่วนขยายของ Chrome ที่พัฒนาโดย roush.kyle และคุณลักษณะหลักของมันคือ "Add the ability to remember completes files to a github pr."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hide and Seek

ดาวน์โหลดไฟล์ส่วนขยาย Hide and Seek ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Hide and Seek Hide and Seek
ID kfkehjgecfpkpknedlgjknlgcaeeekmo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/hide-and-seek/kfkehjgecfpkpknedlgjknlgcaeeekmo
คำอธิบาย Add the ability to remember completes files to a github pr.
ขนาดไฟล์ 73.37 KB
จำนวนการติดตั้ง 22
เวอร์ชันปัจจุบัน 1.13.2
อัปเดตครั้งล่าสุด 2018-08-22
วันที่เผยแพร่ 2018-08-22
คะแนน 4.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา roush.kyle
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/kyleroush/PR-Hide-And-Seek
URL หน้าช่วยเหลือ https://github.com/kyleroush/PR-Hide-And-Seek
ภาษาที่รองรับ 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"
            ]
        }
    ]
}