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
官方網址 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
電子郵箱 [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"
            ]
        }
    ]
}