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
Eメール [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
}