PullApprove
Integrates PullApprove into the GitHub interface
什么是PullApprove?
PullApprove是由https://pullapprove.com开发的Chrome扩展程序,该扩展的主要功能是“Integrates PullApprove into the GitHub interface”。
扩展截图
下载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 |
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 |
电子邮箱 | [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" ] } ] } |