Novo Notes

Your digital organizer.

什么是Novo Notes?

Novo Notes是由https://novonotes.com开发的Chrome扩展程序,该扩展的主要功能是“Your digital organizer.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Novo Notes扩展crx文件

下载Novo Notes扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Your digital organiser.

Novo Notes’s Chrome extension converts your chrome tab into your personal digital organiser. Whenever you open your chrome tab your bookmarks, notes, lists are all available to you without you having to switch applications. All contents you have collected appear under one application with a global search to search any of your saved content. With one click you can save article, bookmarks, videos to read later or store them categorised under different notebooks.

MANAGE BOOKMARKS
- Organise your bookmarks into categories
- Add new bookmarks by a single click as you find a site of your interest
- Search for bookmarks and open them right from new tab

ORGANISE YOUR NOTES
- Organise your notes into notebooks
- Add articles of interest to read later list as you find them while browsing
- Create notes with links, images, diagrams
- Add PDFs as ebooks, organise them in your notebooks with your notes
- Create cheat sheets for quick access
- When you need a note search for them just by opening a new tab

LISTS
- Keep track of your Todo’s
- Create lists about anything; books you want to read, your groceries, activities you want to do
- Add todo’s just by typing ‘/todo your task’ inside your chrome tab

SYNCHRONISE
- Synchronise your digital organiser across all your computer and laptops.                    

扩展基本信息

名称 Novo Notes Novo Notes
ID lmapicpbalpmfcenkemhepakgkaedjko
官方URL https://chromewebstore.google.com/detail/novo-notes/lmapicpbalpmfcenkemhepakgkaedjko
简介 Your digital organizer.
文件大小 2.15 MB
安装次数 34
当前版本 1.0.0.20
更新时间 2021-07-25
上架时间 2020-09-03
评分 4.33/5 共3次评分
开发者 https://novonotes.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://novonotes.com
帮助页面URL https://novonotes.com/features
隐私政策页面URL https://novonotes.com/privacy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Novo Notes",
    "description": "Your digital organizer.",
    "icons": {
        "16": "favicon-16x16.png",
        "32": "favicon-32x32.png",
        "48": "favicon-48x48.png",
        "128": "favicon-128x128.png"
    },
    "version": "1.0.0.20",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage",
        "activeTab",
        "identity",
        "identity.email",
        "bookmarks"
    ],
    "oauth2": {
        "client_id": "611689157628-u84oqsep0to32i7asqes7ovgpl1chn80.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile",
            "https:\/\/www.googleapis.com\/auth\/drive.file"
        ]
    },
    "browser_action": {
        "default_popup": "index.html#popup"
    },
    "content_security_policy": "object-src 'self'; script-src 'self' https:\/\/apis.google.com",
    "manifest_version": 2
}