Hide and Seek
Add the ability to remember completes files to a github pr.
Hide and Seekとは何ですか?
Hide and Seekはroush.kyleによって開発されたChromeの拡張機能で、その主な機能は「Add the ability to remember completes files to a github pr.」です。
拡張機能のスクリーンショット
Hide and Seek拡張機能のCRXファイルをダウンロード
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 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 |
Eメール | [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" ] } ] } |