Pyrls

New-tab extension brought to you by Pyrls. Includes a todo manager, daily pyrl, and rotating array of beautiful background images.

什么是Pyrls?

Pyrls是由https://pyrls.com开发的Chrome扩展程序,该扩展的主要功能是“New-tab extension brought to you by Pyrls. Includes a todo manager, daily pyrl, and rotating array of beautiful background images.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Pyrls扩展crx文件

下载Pyrls扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension turns your new tab screen into a personal dashboard that displays the time, allows you to keep track of your tasks, and provides you with a short medication clinical pearl ("pyrl") to plant to memory with each new tab.

---
Disclaimer:

All information provided by Pyrls should be used appropriately in the context of the provider's legal role as a healthcare provider in their respective state and country. Cosmas Health, Inc. does not accept responsibility or liability for the application of this information in direct or indirect patient care, and such information should not be substituted for the advice, diagnosis, or treatment of a qualified health care professional.  It is the responsibility of the healthcare provider to ascertain the Food and Drug Administration status of each drug, medical device, or standards of practice regarding procedures, and/or imaging modalities used in their clinical practice. The editors and authors have made every effort to provide accurate and complete information and shall not be held responsible for any damages or any losses from any error, possible omission, or inaccuracy.  Therefore, Cosmas Health, Inc. shall not be held liable for any loss or injury caused by information obtained through this Google Chrome extension.                    

扩展基本信息

名称 Pyrls Pyrls
ID cmkaejejgicpkmihafhmkmejjfkanpdc
官方URL https://chromewebstore.google.com/detail/pyrls/cmkaejejgicpkmihafhmkmejjfkanpdc
简介 New-tab extension brought to you by Pyrls. Includes a todo manager, daily pyrl, and rotating array of beautiful background images.
文件大小 30.99 MB
安装次数 2,849
当前版本 3.049
更新时间 2022-01-08
上架时间 2020-01-23
评分 5.00/5 共12次评分
开发者 https://pyrls.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://pyrls.com
隐私政策页面URL http://pyrls.com/privacy-policy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pyrls",
    "version": "3.049",
    "manifest_version": 2,
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "pyrls16.png",
        "48": "pyrls48.png",
        "128": "pyrls128.png"
    },
    "description": "New-tab extension brought to you by Pyrls. Includes a todo manager, daily pyrl, and rotating array of beautiful background images.",
    "browser_action": {
        "default_icon": "pyrls128.png",
        "default_title": "Pyrls",
        "default_popup": "index.html"
    }
}