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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Hide and Seek
قم بتنزيل ملفات الامتداد Hide and Seek بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 diffstats
You can share your completion percentage with others when you submit a review to a PR معلومات أساسية عن التمديد
| الاسم | |
| 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 |
| عنوان صفحة المساعدة | 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"
]
}
]
} | |