Task Remainder
Add your Task to get Remainder
什么是Task Remainder?
Task Remainder是由abhinayafeb19开发的Chrome扩展程序,该扩展的主要功能是“Add your Task to get Remainder”。
扩展截图
下载Task Remainder扩展crx文件
下载Task Remainder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        Extension helps User to note down plans and get reminder on time so can never forget something important.                     扩展基本信息
| 名称 |   |  
| ID | kgoaofjpjpekifclaoindlockcngoeed | 
| 官方URL | https://chromewebstore.google.com/detail/task-remainder/kgoaofjpjpekifclaoindlockcngoeed | 
| 简介 | Add your Task to get Remainder | 
| 文件大小 | 145 KB | 
| 安装次数 | 585 | 
| 当前版本 | 0.0.1 | 
| 更新时间 | 2020-08-11 | 
| 上架时间 | 2020-08-10 | 
| 开发者 | abhinayafeb19 | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 扩展官网 | https://abhinaya-bala.github.io/ | 
| 帮助页面URL | https://abhinaya-bala.github.io/ | 
| 支持的语言 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Task Remainder",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Add your Task to get Remainder",
    "homepage_url": "https:\/\/github.com\/Abhinaya-bala\/TodoExtension",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "storage",
        "notifications",
        "alarms",
        "contextMenus"
    ],
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "browser action demo",
        "default_popup": "src\/popup\/popup.html"
    }
}  |  |