pertext
PERT estimation tool
什么是pertext?
pertext是由https://skim.dev开发的Chrome扩展程序,该扩展的主要功能是“PERT estimation tool”。
扩展截图
下载pertext扩展crx文件
下载pertext扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        pertext is a PERT estimation tool to estimate user stories in software development projects.
Don't know what PERT is?  Read the Wikipedia entry here: http://en.wikipedia.org/wiki/Program_Evaluation_and_Review_Technique
Thanks to Li-Hsuan Lung and Stephanie Briones for their contributions to the project.
The source code is available on GitHub: https://github.com/sl4m/pertext                     扩展基本信息
| 名称 |   |  
| ID | jbbmfopbiibcgfedhckafpgbpmagljjh | 
| 官方URL | https://chromewebstore.google.com/detail/pertext/jbbmfopbiibcgfedhckafpgbpmagljjh | 
| 简介 | PERT estimation tool | 
| 文件大小 | 32.53 KB | 
| 安装次数 | 147 | 
| 当前版本 | 0.3.0 | 
| 更新时间 | 2023-12-19 | 
| 上架时间 | 2018-07-23 | 
| 评分 | 5.00/5 共1次评分 | 
| 开发者 | https://skim.dev | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 支持的语言 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "pertext",
    "version": "0.3.0",
    "description": "PERT estimation tool",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/jbbmfopbiibcgfedhckafpgbpmagljjh",
    "offline_enabled": true,
    "permissions": [
        "clipboardWrite",
        "storage"
    ],
    "action": {
        "default_icon": "images\/icon-19.png",
        "default_title": "PERT estimation tool",
        "default_popup": "pertext.html"
    },
    "content_security_policy": []
}  |  |