Hide and Seek
Add the ability to remember completes files to a github pr.
Hide and Seek क्या है?
Hide and Seek roush.kyle द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add the ability to remember completes files to a github pr."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Hide and Seek एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | 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" ] } ] } |