PR Helper
Keep track your PRs
PR Helperとは何ですか?
PR Helperはhttps://benjaminkwhite.caによって開発されたChromeの拡張機能で、その主な機能は「Keep track your PRs」です。
拡張機能のスクリーンショット
PR Helper拡張機能のCRXファイルをダウンロード
PR Helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
PR Helper is a Chrome extension that helps you view and manage all of your pull requests.
拡張機能の基本情報
名前 | |
ID | jaogoaloliabokkjfmjpbnnhaeooaoem |
公式URL | https://chromewebstore.google.com/detail/pr-helper/jaogoaloliabokkjfmjpbnnhaeooaoem |
説明 | Keep track your PRs |
ファイルサイズ | 253 KB |
インストール数 | 31 |
現在のバージョン | 10 |
最終更新日 | 2020-03-16 |
公開日 | 2020-03-16 |
評価 | 5.00/5 合計 6 レビュー |
開発者 | https://benjaminkwhite.ca |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/benjaminkwhite/PR-Helper |
ヘルプページのURL | https://github.com/benjaminkwhite/PR-Helper |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PR Helper", "description": "Keep track your PRs", "homepage_url": "https:\/\/github.com\/benjaminkwhite\/PR-Helper", "manifest_version": 2, "minimum_chrome_version": "46", "version": "10", "icons": { "128": "images\/icon-128.png", "16": "images\/icon-128.png", "48": "images\/icon-128.png" }, "content_scripts": [ { "js": [ "js\/addButton.js" ], "matches": [ " |