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
官方網址 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
電子郵箱 [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"
            ]
        }
    ]
}