Jotit - Notes and Reminders

Keep your notes and reminders organised, Get your notes when you want them in a hassle free way !

Jotit - Notes and Remindersとは何ですか?

Jotit - Notes and Remindersはhttps://jotit.clickによって開発されたChromeの拡張機能で、その主な機能は「Keep your notes and reminders organised, Get your notes when you want them in a hassle free way !」です。

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

screenshot
screenshot
screenshot

Jotit - Notes and Reminders拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Jot down your notes & reminders either in their respective domains or in a general section. Access them from any other PC as we have it all chrome synced.

Don’t forget anything - We have reminders which can be prioritised.

All your notes are a click away, presented to you in a way where you are not taken away from what you are doing.

Cheers!                    

拡張機能の基本情報

名前 Jotit - Notes and Reminders Jotit - Notes and Reminders
ID aoipkhoiccpbmbgbinbplkgdhgmjeiek
公式URL https://chromewebstore.google.com/detail/jotit-notes-and-reminders/aoipkhoiccpbmbgbinbplkgdhgmjeiek
説明 Keep your notes and reminders organised, Get your notes when you want them in a hassle free way !
ファイルサイズ 285 KB
インストール数 266
現在のバージョン 2.1.1
最終更新日 2024-03-07
公開日 2020-01-01
評価 4.23/5 合計 13 レビュー
開発者 https://jotit.click
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://jotit.click
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Jotit - Notes and Reminders",
    "short_name": "Jotit",
    "version": "2.1.1",
    "manifest_version": 3,
    "author": "jotit.click",
    "description": "Keep your notes and reminders organised, Get your notes when you want them in a hassle free way !",
    "icons": {
        "48": "images\/icon.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "notifications",
        "alarms",
        "activeTab",
        "identity",
        "identity.email",
        "webNavigation",
        "contextMenus"
    ],
    "host_permissions": [
        "http:\/\/*\/*"
    ],
    "action": {
        "default_title": "Jotit",
        "default_icon": "images\/50x50.png",
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "js\/bg.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                ""
            ],
            "js": [
                "js\/cs.js"
            ]
        }
    ]
}