PullApprove

Integrates PullApprove into the GitHub interface

PullApproveとは何ですか?

PullApproveはhttps://pullapprove.comによって開発されたChromeの拡張機能で、その主な機能は「Integrates PullApprove into the GitHub interface」です。

拡張機能のスクリーンショット

screenshot
screenshot

PullApprove拡張機能のCRXファイルをダウンロード

PullApprove拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension embeds PullApprove information directly into the GitHub interface.

In order to do this, the extension has permission to view pages you browse on github.com. We don't collect any of your personal information, and the code for the extension is open-sourced at https://github.com/dropseed/pullapprove-browser-extension.                    

拡張機能の基本情報

名前 PullApprove PullApprove
ID jfcmjfiigpabjhaacjpnlihifgfodjhj
公式URL https://chromewebstore.google.com/detail/pullapprove/jfcmjfiigpabjhaacjpnlihifgfodjhj
説明 Integrates PullApprove into the GitHub interface
ファイルサイズ 224 KB
インストール数 266
現在のバージョン 0.1.2
最終更新日 2021-05-23
公開日 2021-01-21
開発者 https://pullapprove.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.pullapprove.com/
ヘルプページのURL https://www.pullapprove.com/contact/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PullApprove",
    "version": "0.1.2",
    "author": "Dropseed",
    "description": "Integrates PullApprove into the GitHub interface",
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "incognito": "split",
    "homepage_url": "https:\/\/www.pullapprove.com\/",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "dist\/content.js"
            ]
        }
    ]
}