ReNotes

Simple notes and remember their tasks ...

ReNotesとは何ですか?

ReNotesはAugusto SR Paivaによって開発されたChromeの拡張機能で、その主な機能は「Simple notes and remember their tasks ...」です。

ReNotes拡張機能のCRXファイルをダウンロード

ReNotes拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Make you Notes simple and fast way. On page Reminders , just write what you want to Remember and wed day time, we display a notification for you. ENJOY!                    

拡張機能の基本情報

名前 ReNotes ReNotes
ID nbkenopidpmpmgdgkgkkjcblkgkeaode
公式URL https://chrome.google.com/webstore/detail/renotes/nbkenopidpmpmgdgkgkkjcblkgkeaode
説明 Simple notes and remember their tasks ...
ファイルサイズ 6.21 MB
インストール数 63
現在のバージョン 0.2
最終更新日 2019-03-08
公開日 2019-03-08
評価 4.00/5 合計 1 レビュー
開発者 Augusto SR Paiva
支払い方法 free
対応言語 pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ReNotes",
    "version": "0.2",
    "description": "Simple notes and remember their tasks ...",
    "author": "Augusto S\u00e9rgio R Paiva",
    "background": {
        "scripts": [
            "scripts\/notify.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "css\/ext.css"
            ],
            "js": [
                "plugins\/jquery-ui\/jquery-ui.js",
                "plugins\/jquery-ui\/jquery-ui.min.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "alarms",
        "notifications"
    ],
    "icons": {
        "64": "icons\/popup.png"
    }
}