Task Remainder

Add your Task to get Remainder

Task Remainderとは何ですか?

Task Remainderはabhinayafeb19によって開発されたChromeの拡張機能で、その主な機能は「Add your Task to get Remainder」です。

拡張機能のスクリーンショット

screenshot

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.                    

拡張機能の基本情報

名前 Task Remainder Task Remainder
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
Eメール [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"
    }
}